docs(tutorial): remove extra back-tick character

This commit is contained in:
Thomas Schultz 2013-01-30 16:22:36 -05:00 committed by Pawel Kozlowski
parent 32063278bd
commit f4afa398a1

View file

@ -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.