Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 132d02d

Browse files
committed
remove char harp was complaining about
1 parent d54d55c commit 132d02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/quickstart.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ block qs-src-online-and-local
2727
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
2828
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
2929
Interpolation binding is one of many Angular features you'll discover in this documentation.
30-
30+
3131
+ifDocsFor('ts')
3232
:marked
3333
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.

0 commit comments

Comments
 (0)