From 21b7c48724407b444ad479ecf4cff8f057342b7d Mon Sep 17 00:00:00 2001 From: Les Pruszynski Date: Sat, 16 Sep 2023 16:09:27 +0100 Subject: [PATCH] Update control-flow.md double word typo --- docs/nuejs/control-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nuejs/control-flow.md b/docs/nuejs/control-flow.md index f49f813..23d2eff 100644 --- a/docs/nuejs/control-flow.md +++ b/docs/nuejs/control-flow.md @@ -49,7 +49,7 @@ Similar to `:else`, a `:else-if` element must immediately follow a `:if` or a `: ## Loops -Nue uses `:for` attribute to render over arrays, objects, and components. Nue has a somewhat simpler syntax for loops than Vue. For example, you don't need need to maintain a loop state with a special "key" variable. +Nue uses `:for` attribute to render over arrays, objects, and components. Nue has a somewhat simpler syntax for loops than Vue. For example, you don't need to maintain a loop state with a special "key" variable. ## Array loops