diff options
author | dandoyon | 2011-07-29 18:42:16 -0700 |
---|---|---|
committer | Vojta Jina | 2011-07-30 16:41:42 +0200 |
commit | 1f4b417184ce53af15474de065400f8a686430c5 (patch) | |
tree | 3098ed2ada9a4be843a2e2a12e8c257e7f7fc32f /src/formatters.js | |
parent | 2d8d5aef2918ca0d2503290f86a42701fc98d330 (diff) | |
download | angular.js-1f4b417184ce53af15474de065400f8a686430c5.tar.bz2 |
doc(typos): fix couple of typos in the docs
Minor documentation fixes. Should not be any code changes.
One test changed due to dependency on text in documentation.
Diffstat (limited to 'src/formatters.js')
-rw-r--r-- | src/formatters.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatters.js b/src/formatters.js index daa3bd29..2fadc9d7 100644 --- a/src/formatters.js +++ b/src/formatters.js @@ -6,7 +6,7 @@ * @name angular.formatter * @description * - * Formatters are used for translating data formats between those used in for display and those used + * Formatters are used for translating data formats between those used for display and those used * for storage. * * Following is the list of built-in angular formatters: |