Merge pull request #1080 from fulldecent/patch-1

Correct spelling of GitHub
This commit is contained in:
Daniel Eden 2020-07-09 19:28:35 +01:00 committed by GitHub
commit 2d79e8f9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function compileMD(dir = 'sections') {
const files = fs.readdirSync(directory).sort();
const sectionTemplate = (file, content) => {
const message = 'Edit this on Github';
const message = 'Edit this on GitHub';
const fileName = convertFileNameToId(file);
const editURL = `https://github.com/daneden/animate.css/blob/master/docsSource/sections/${file}`;
const parsedContent = md.render(content);