diff options
| author | Rishabh Rao | 2012-07-02 14:36:12 +0530 |
|---|---|---|
| committer | Brian Ford | 2012-07-16 12:33:19 -0700 |
| commit | 4c5850195699b1d982963f25399d24bf8b815f81 (patch) | |
| tree | 20577aff2d925935134df69f7e92d5a12eda95ea | |
| parent | c076fe08cf47e8af4b5e8845aed917ebb7dbd593 (diff) | |
| download | angular.js-4c5850195699b1d982963f25399d24bf8b815f81.tar.bz2 | |
fix(docs): Fixed typo: changed `ngRepeate` to `ngRepeat`.
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index a08561f9..b5c943bc 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -56,7 +56,7 @@ __`app/index.html`:__ We added a standard HTML `<input>` tag and used angular's {@link api/ng.filter:filter $filter} function to process the input for the -`ngRepeate` directive. +`ngRepeat` directive. This lets a user enter search criteria and immediately see the effects of their search on the phone list. This new code demonstrates the following: |
