Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from Automattic/fix/readme-typo
Browse files Browse the repository at this point in the history
Fix typo in Readme
  • Loading branch information
akirk committed Jul 28, 2016
2 parents 2fa9f68 + ea5e7e0 commit 8eabd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ The following attributes can be set in the options object to alter the translati
* **options.args** [string, array, or object] arguments you would pass into sprintf to be run against the text for string substitution. [See docs](http://www.diveintojavascript.com/projects/javascript-sprintf)
* **options.components** [object] markup must be added as React components and not with string substitution. See [mixing strings and markup](#mixing-strings-and-markup).
* **options.comment** [string] comment that will be shown to the translator for anything that may need to be explained about the translation.
* **options.context** [string] provides the ability for the translator to provide a different translation for the same text in two locations (_dependent on context_). Usually context should only be used after a string has been discovered to require different translations. If you want to provide help on how to translate (which is highly appreciated!), please us a comment.
* **options.context** [string] provides the ability for the translator to provide a different translation for the same text in two locations (_dependent on context_). Usually context should only be used after a string has been discovered to require different translations. If you want to provide help on how to translate (which is highly appreciated!), please use a comment.

## Usage

Expand Down

0 comments on commit 8eabd87

Please sign in to comment.