diff options
| author | marcwright | 2014-01-13 09:41:07 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2014-01-13 16:40:56 -0800 | 
| commit | 2a3586381fd5016bc51ad9d97fde1a5c7e3990d8 (patch) | |
| tree | 719913470e1bbbc903aff4ef49f70222e43ef2c1 | |
| parent | 834d316829afdd0cc6a680f47d4c9b691edcc989 (diff) | |
| download | angular.js-2a3586381fd5016bc51ad9d97fde1a5c7e3990d8.tar.bz2 | |
docs(tutorial): fix a typo
Closes #5769
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 61dea147..ef82c254 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -223,7 +223,7 @@ To run the test, do the following:            <p>Hello, {{name}}!</p> -  Refresh your browser and verifies that it says "Hello, World!". +  Refresh your browser and verify that it says "Hello, World!".  * Create a repeater that constructs a simple table: | 
