style(guide): uppercase the For directive

This commit is contained in:
Jeff Cross 2015-05-19 15:10:47 -07:00
parent f096b9bc6a
commit ad884ff6b3
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
<span class='otl'>this.names = ["Aarav", "Martín", "Shannon", "Ariana", "Kai"];</span>
}
p.
You can then use this array in your template with the <code>for</code> directive to create copies of DOM elements
You can then use this array in your template with the <code>For</code> directive to create copies of DOM elements
with one for each item in the array.
code-tabs