Skip to content

Commit 2d79e8f

Browse files
authored
Merge pull request #1080 from fulldecent/patch-1
Correct spelling of GitHub
2 parents de12ea8 + 7fff80b commit 2d79e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docsSource/compileMD.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function compileMD(dir = 'sections') {
2424
const files = fs.readdirSync(directory).sort();
2525

2626
const sectionTemplate = (file, content) => {
27-
const message = 'Edit this on Github';
27+
const message = 'Edit this on GitHub';
2828
const fileName = convertFileNameToId(file);
2929
const editURL = `https://github.com/daneden/animate.css/blob/master/docsSource/sections/${file}`;
3030
const parsedContent = md.render(content);

0 commit comments

Comments
 (0)