Skip to content

Commit

Permalink
docs(component): fix misspellings (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysjtu authored and gkatsev committed Mar 15, 2018
1 parent 8d86afd commit 1532df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class Component {
* Localize a string given the string in english.
*
* If tokens are provided, it'll try and run a simple token replacement on the provided string.
* The tokens it loooks for look like `{1}` with the index being 1-indexed into the tokens array.
* The tokens it looks for look like `{1}` with the index being 1-indexed into the tokens array.
*
* If a `defaultValue` is provided, it'll use that over `string`,
* if a value isn't found in provided language files.
Expand Down

0 comments on commit 1532df3

Please sign in to comment.