From ad884ff6b305770adf4642801f43ac863d067164 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 19 May 2015 15:10:47 -0700 Subject: [PATCH] style(guide): uppercase the For directive --- public/docs/js/latest/guide/displaying-data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index c5cd39b0d2..2f8a18fcab 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -127,7 +127,7 @@ this.names = ["Aarav", "Martín", "Shannon", "Ariana", "Kai"]; } p. - You can then use this array in your template with the for directive to create copies of DOM elements + You can then use this array in your template with the For directive to create copies of DOM elements with one for each item in the array. code-tabs