Skip to content

Commit

Permalink
Fix footer grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kenberkeley committed Dec 7, 2019
1 parent 5009c0a commit d8dca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = ctx => ({
'<br>' +
'You can <a href="/tip/">BuyMeACoffee</a> to encourage me if it helps<br>' +
`This is my YouTube channel ${safeExternalLinkGen(YOUTUBE)}<br>` +
`Welcome ${safeExternalLinkGen(SUBSCRIBE_EN)} / Repost with original link<br>` +
`Welcome ${safeExternalLinkGen(SUBSCRIBE_EN)} / Repost with original links<br>` +
`If any suggestions or questions, please raise in ${safeExternalLinkGen(ISSUES)}`
},
lastUpdated: true,
Expand Down

0 comments on commit d8dca8b

Please sign in to comment.