Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6fb1054

Browse files
daspecsterpkozlowski-opensource
authored andcommitted
docs(tutorial): remove extra back-tick character
1 parent a83eced commit 6fb1054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ being the element on which the `ngApp` directive was defined.
127127

128128
* Double-curly binding with an expression:
129129

130-
Nothing here {{'yet' + '!'}}`
130+
Nothing here {{'yet' + '!'}}
131131

132132
This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted
133133
by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding.

0 commit comments

Comments
 (0)