Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1803016

Browse files
committed
fix(guide): improve "add line after" wording in displaying-data
1 parent 111a214 commit 1803016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/js/latest/guide/displaying-data.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
While you've used <code>template:</code> to specify an inline view, for larger templates you'd
104104
want to move them to a separate file and load them with <code>templateUrl:</code> instead.
105105

106-
p So you can see Angular dynamically update content, add a line after
106+
p To see Angular dynamically update content, add a line after
107107

108108
code-example(language="html" escape="html").
109109
<p>My name: {{ myName }}</p>
110110

111-
p to this:
111+
p add this:
112112
pre.prettyprint.lang-html
113113
code.
114114
&lt;p&gt;Current time: {{ time }}&lt;/p&gt;

0 commit comments

Comments
 (0)