diff options
| author | Roy Ling | 2014-01-11 14:42:22 +0800 |
|---|---|---|
| committer | Igor Minar | 2014-01-10 23:43:32 -0800 |
| commit | f4a4f42abb29ca0ab2d6dc427599db09eb4d54bb (patch) | |
| tree | 2b0a3cafb1812c22517ebb6397c75c3706d03018 | |
| parent | b2c84ccde37d0d9b1f2cd33e0cc23080d11820e2 (diff) | |
| download | angular.js-f4a4f42abb29ca0ab2d6dc427599db09eb4d54bb.tar.bz2 | |
docs(api/index): fix typo
Closes #5738
| -rw-r--r-- | docs/content/api/index.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 3fc2c36d..a8c28542 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -63,7 +63,7 @@ This module is provided by default and contains the core components of AngularJS </td> <td> <p> - The core filters available in the ng module are used to transform template data before it is renders within directives and expressions. + The core filters available in the ng module are used to transform template data before it is rendered within directives and expressions. </p> <p> Some examples include: |
