From 4b7908f5c9fec469a11cfaed2f2bed23c84e1c5c Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Mon, 22 Jun 2020 22:26:59 +0200 Subject: [PATCH] Use zero instead of 0 in blocks README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfadf2..5c25dd4 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Output: ### Sections -Sections render blocks of text 0 or more times, depending on the value of the key in the current context. +Sections render blocks of text zero or more times, depending on the value of the key in the current context. A section begins with a pound and ends with a slash. That is, `{{#person}}` begins a `person` section, while `{{/person}}` ends it. The text between the two tags is referred to as that section's "block".