diff options
| author | Thomas Schultz | 2013-01-30 16:22:36 -0500 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-02-06 21:51:42 +0100 | 
| commit | 6fb1054ce6ae320795963e129cd9bf4c380cd960 (patch) | |
| tree | 004175d6baa4f9e8c43370bc44a3f901613fc7bc /docs/content | |
| parent | a83eced974b0ea1bedc12d02d684cf95b3c08b1c (diff) | |
| download | angular.js-6fb1054ce6ae320795963e129cd9bf4c380cd960.tar.bz2 | |
docs(tutorial): remove extra back-tick character
Diffstat (limited to 'docs/content')
| -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 f7e7b15b..2667b92c 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -127,7 +127,7 @@ being the element on which the `ngApp` directive was defined.  * Double-curly binding with an expression: -          Nothing here {{'yet' + '!'}}` +          Nothing here {{'yet' + '!'}}    This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted    by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding. | 
