diff options
| author | Fernando Correia | 2012-07-15 13:18:42 -0300 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-30 22:38:54 -0700 | 
| commit | 92304323b10d2917abca2f38598e34c7b41f92a2 (patch) | |
| tree | 63d3a10636dd02993d6185c525cdc12e0b4bf3f2 /docs/content/tutorial/step_04.ngdoc | |
| parent | c28123a8727904d0febe509f9c81e8b54471ccb6 (diff) | |
| download | angular.js-92304323b10d2917abca2f38598e34c7b41f92a2.tar.bz2 | |
docs(tutorial): correct typos and clarify a few sections
Diffstat (limited to 'docs/content/tutorial/step_04.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_04.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc index 2542e21f..be7df1f0 100644 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -63,7 +63,7 @@ necessary!  ## Controller -__`app/js/controller.js`:__ +__`app/js/controllers.js`:__  <pre>  function PhoneListCtrl($scope) {    $scope.phones = [ @@ -103,7 +103,7 @@ to the model.  The changes we made should be verified with both a unit test and an end-to-end test. Let's look at  the unit test first. -__`test/unit/controllerSpec.js`:__ +__`test/unit/controllersSpec.js`:__  <pre>  describe('PhoneCat controllers', function() { | 
