Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: set up auto-generated API docs #14266

Merged
merged 5 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
oandregal committed Mar 6, 2019
commit 326c755085aadeb15823daac4327a59a97f8fefc
2 changes: 1 addition & 1 deletion packages/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ original format string is returned.
**Parameters**

- **format** `string`: The format of the string to generate.
- **null.null.null.args** `Array<string>`: Arguments to apply to the format.
- **args** `Array<string>`: Arguments to apply to the format.

**Returns**

Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function _nx( single, plural, number, context, domain ) {
* original format string is returned.
*
* @param {string} format The format of the string to generate.
* @param {string[]} ...args Arguments to apply to the format.
* @param {string[]} args Arguments to apply to the format.
oandregal marked this conversation as resolved.
Show resolved Hide resolved
*
* @see http://www.diveintojavascript.com/projects/javascript-sprintf
*
Expand Down