From 4fa5313accb0d003c2df0307c59cea9233c9db16 Mon Sep 17 00:00:00 2001 From: Raymond Camden Date: Fri, 23 Jul 2021 10:10:32 -0500 Subject: [PATCH] Update options.md Fix typo --- docs/source/tutorials/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/options.md b/docs/source/tutorials/options.md index 4c1a0dda9..d3555cf66 100644 --- a/docs/source/tutorials/options.md +++ b/docs/source/tutorials/options.md @@ -92,7 +92,7 @@ it defaults to false. For example, when set to true, a blank string would evalu **lenientIf** modifies the behavior of `strictVariables` to allow handling optional variables. If set to `true`, an undefined variable will *not* cause an exception in the following two situations: a) it is the condition to an `if`, `elsif`, or `unless` tag; b) it occurs right before a `default` filter. Irrelevant if `strictVariables` is not set. Defaults to `false`. {% note info Non-existent Tags %} -Non-existent tags always throw errors during pasrsing and this behaviour can not be customized. +Non-existent tags always throw errors during parsing and this behaviour can not be customized. {% endnote %} [liquid]: ../api/classes/liquid_.liquid.html