diff --git a/modules/angular2/docs/core/03_formatters.md b/modules/angular2/docs/core/03_formatters.md index 8d68764579..6669b6d244 100644 --- a/modules/angular2/docs/core/03_formatters.md +++ b/modules/angular2/docs/core/03_formatters.md @@ -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.