From 694625d8664829cd106b3142a310094f8f900865 Mon Sep 17 00:00:00 2001 From: James Hall Date: Sat, 11 Dec 2021 14:35:21 -0800 Subject: [PATCH] Fix spelling error "to" to "do" --- docs/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templating.md b/docs/templating.md index a26e47a3b..fb19dfab9 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -63,7 +63,7 @@ javascript. You can also use the square bracket syntax. {{ foo["bar"] }} ``` -These two forms to the exact same thing, just like javascript. +These two forms do the exact same thing, just like javascript. If a value is `undefined` or `null`, nothing is displayed. The same behavior occurs when referencing undefined or null objects. The