Skip to content

Commit

Permalink
Fix i18n documentation (#30818) (#30825)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Feb 12, 2019
1 parent 634e3c7 commit 701b167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-i18n/GUIDELINE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Messages can contain placeholders for embedding a value of a variable. For examp
}
```

Mostly such placeholders have meaningful name according to the сontent.
Mostly such placeholders have meaningful name according to the content.

### Pluralization

Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function getGreetingMessage(userName) {
return i18n.translate('hello.wonderful.world', {
defaultMessage: 'Greetings, {name}!',
values: { name: userName },
context: 'This is greeting message for main screen.'
description: 'This is greeting message for main screen.'
});
}
```
Expand Down

0 comments on commit 701b167

Please sign in to comment.