From b814687d6e07a7d43a704492290b22bf8a895090 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Loos?= Date: Mon, 15 Feb 2021 14:26:47 +0100 Subject: [PATCH] Update panini.md Typo in docs --- docs/pages/panini.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/panini.md b/docs/pages/panini.md index 65bf86585..423e54943 100644 --- a/docs/pages/panini.md +++ b/docs/pages/panini.md @@ -127,7 +127,7 @@ Displays the HTML inside the helper if the two values are equal. {{#ifequal foo bar}}

foo and bar are equal

{{else}} -

foo and bar are not equal}} +

foo and bar are not equal

{{/ifequal}} ``` -- 2.47.2