diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 85fcfbb61b1b..e526675b42da 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -227,7 +227,7 @@ To run the tests, and then watch the files for changes: `npm test`. expect(scope.name).toBe('World'); -* Create a repeater that constructs a simple table: +* Create a repeater in `index.html` that constructs a simple table: @@ -255,4 +255,4 @@ to the app. [jasmine]: http://jasmine.github.io/ [jasmine-docs]: http://jasmine.github.io/1.3/introduction.html -[karma]: http://karma-runner.github.io/ \ No newline at end of file +[karma]: http://karma-runner.github.io/
row number