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