From 2c48708d51cbdf2a272d425fa44625fefe54b250 Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Mon, 6 Jan 2020 16:58:38 -0600 Subject: [PATCH] Style "length" as code --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index ce28bb29ac..77cf0b1e8d 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -205,7 +205,7 @@ Iterating over lists of values can be done with an each block. ``` -You can use each blocks to iterate over any array or array-like value — that is, any object with a length property. +You can use each blocks to iterate over any array or array-like value — that is, any object with a `length` property. ---