docs(core/formatters): fix typos and grammar

Closes #665
This commit is contained in:
Richard Harrington 2015-02-15 21:26:52 -05:00 committed by Misko Hevery
parent 4d1254d6df
commit 81bc706ef1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Formatters
Formatters can be appended on the end of the expressions to translated the value to a different format. Typically used
Formatters can be appended on the end of the expressions to translate the value to a different format. Typically used
to control the stringification of numbers, dates, and other data, but can also be used for ordering, mapping, and
reducing arrays. Formatters can be chained.