From 9076a3e00bbd1ecd942189dbbcd0f80de91fca5d Mon Sep 17 00:00:00 2001 From: kd <44490545+kdmwangi@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:39:15 +0300 Subject: [PATCH] [FIX] typo --- doc/reference/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/templates.md b/doc/reference/templates.md index 705728a8c..7b96e8100 100644 --- a/doc/reference/templates.md +++ b/doc/reference/templates.md @@ -204,7 +204,7 @@ This is done via the `t-set` directive, which takes the name of the variable to ``` will print `3`. Note that the evaluation is done at rendering time, not at - compilte time. + compile time. 2. if there is no `t-value` attribute, the node’s body is saved and its value is set as the variable’s value: