diff options
| author | George Cox | 2014-01-21 20:19:54 +0000 | 
|---|---|---|
| committer | Igor Minar | 2014-01-21 16:45:27 -0800 | 
| commit | 6d525f06c0c78f2f06b4e9968478053673e1832d (patch) | |
| tree | 2f5d6decbdb6ae63a91e1e1942b93cb98c1b265e /docs/content/tutorial/step_00.ngdoc | |
| parent | d7e6f1b192419195c288eed206d6b81c96847cc4 (diff) | |
| download | angular.js-6d525f06c0c78f2f06b4e9968478053673e1832d.tar.bz2 | |
docs(tutorial): remove 'going forward' nonsense
Closes #5914
time/space dimension error
Diffstat (limited to 'docs/content/tutorial/step_00.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_00.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 85e85377..7e2a6a8b 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -73,7 +73,7 @@ angular-seed, and run the application in the browser.  You can now see the page in your browser. It's not very exciting, but that's OK.  The HTML page that displays "Nothing here yet!" was constructed with the HTML code shown below. -The code contains some key Angular elements that we will need going forward. +The code contains some key Angular elements that we will need as we progress.  __`app/index.html`:__  <pre> | 
