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. ---