diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 86230ea96cfc..9becbd92e8c4 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`:__