Skip to content

Commit

Permalink
~ Fix typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
PikachuEXE committed Jan 10, 2017
1 parent 0ca309c commit 5c5bdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ You can do this:
var point_in_number = 1000;
I18n.t('point', { count: point_in_number, formatted_number: I18n.toNumber(point_in_number) });
```
Outout should be `1,000 points`
Output should be `1,000 points`


## Using multiple exported translation files on a page.
Expand Down

0 comments on commit 5c5bdd9

Please sign in to comment.