diff options
| author | Jesse Browne | 2013-12-07 17:11:43 -0800 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-18 21:14:11 +0000 | 
| commit | 74b4ab88677469386d0ea1e162554c6af372b898 (patch) | |
| tree | f73897916646f67bd4ed5d83d63530b6ac94b7e5 /docs/content/tutorial | |
| parent | 6e2359caa0a805365fb006927e1b02300e011705 (diff) | |
| download | angular.js-74b4ab88677469386d0ea1e162554c6af372b898.tar.bz2 | |
docs(tutorial/step_11): fix indenting in an example
Closes #5322
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_11.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 7932be1a..37b85ba2 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -185,7 +185,7 @@ describe('PhoneCat controllers', function() {          xyzPhoneData = function() {            return {              name: 'phone xyz', -                images: ['image/url1.png', 'image/url2.png'] +            images: ['image/url1.png', 'image/url2.png']            }          }; | 
