We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de12ea8 + 7fff80b commit 2d79e8fCopy full SHA for 2d79e8f
1 file changed
docsSource/compileMD.js
@@ -24,7 +24,7 @@ function compileMD(dir = 'sections') {
24
const files = fs.readdirSync(directory).sort();
25
26
const sectionTemplate = (file, content) => {
27
- const message = 'Edit this on Github';
+ const message = 'Edit this on GitHub';
28
const fileName = convertFileNameToId(file);
29
const editURL = `https://github.com/daneden/animate.css/blob/master/docsSource/sections/${file}`;
30
const parsedContent = md.render(content);
0 commit comments