From 81bc706ef1a537c5a828c3b1274337f0232b69f3 Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Sun, 15 Feb 2015 21:26:52 -0500 Subject: [PATCH] docs(core/formatters): fix typos and grammar Closes #665 --- modules/angular2/docs/core/03_formatters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.