From d8b593b255b79ef40e3acfc91946143191dc63d9 Mon Sep 17 00:00:00 2001 From: George Cox Date: Tue, 21 Jan 2014 20:19:54 +0000 Subject: [PATCH] remove 'going forward' nonsense time/space dimension error --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`:__