From 6fb1054ce6ae320795963e129cd9bf4c380cd960 Mon Sep 17 00:00:00 2001 From: Thomas Schultz Date: Wed, 30 Jan 2013 16:22:36 -0500 Subject: docs(tutorial): remove extra back-tick character --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') 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. -- cgit v1.2.3