aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schultz2013-01-30 16:22:36 -0500
committerPawel Kozlowski2013-02-06 21:51:42 +0100
commit6fb1054ce6ae320795963e129cd9bf4c380cd960 (patch)
tree004175d6baa4f9e8c43370bc44a3f901613fc7bc
parenta83eced974b0ea1bedc12d02d684cf95b3c08b1c (diff)
downloadangular.js-6fb1054ce6ae320795963e129cd9bf4c380cd960.tar.bz2
docs(tutorial): remove extra back-tick character
-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.