aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorThomas Schultz2013-01-30 16:22:36 -0500
committerPawel Kozlowski2013-02-06 22:22:55 +0100
commitf4afa398a1fab2c545f8b9e00fd5acd66f4c6885 (patch)
tree57e0f9b2587967bc65aabe090712bad20cb19152 /docs/content
parent32063278bd63cd3b8631dc850d0f27e63990f869 (diff)
downloadangular.js-f4afa398a1fab2c545f8b9e00fd5acd66f4c6885.tar.bz2
docs(tutorial): remove extra back-tick character
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/tutorial/step_00.ngdoc2
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.