Skip to content

Commit

Permalink
docs: add missing comma in i18n.md (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp authored and billyyyyy3320 committed Jan 11, 2020
1 parent b72d145 commit 28380d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
// label for this locale in the language dropdown
label: 'English',
// Aria Label for locale in the dropdown
ariaLabel: 'Languages'
ariaLabel: 'Languages',
// text for the edit-on-github link
editLinkText: 'Edit this page on GitHub',
// config for Service Worker
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/zh/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
'/': {
selectText: 'Languages',
label: 'English',
ariaLabel: 'Languages'
ariaLabel: 'Languages',
editLinkText: 'Edit this page on GitHub',
serviceWorker: {
updatePopup: {
Expand Down

0 comments on commit 28380d2

Please sign in to comment.