From 125cb5f80ab68e3e1dc6ccb427833e5aca40297e Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Sat, 27 Jan 2024 02:37:09 -0500 Subject: [PATCH] Update templates.md to fix typo --- docs/files/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/files/templates.md b/docs/files/templates.md index ada30993..017719e7 100644 --- a/docs/files/templates.md +++ b/docs/files/templates.md @@ -161,7 +161,7 @@ In addition, templates also have a few special attributes that they can use: 3. Using the exists modifier by appending `.exists` to the key template variable: - * While `ture` the template variable specified must exist in the template call. + * While `true` the template variable specified must exist in the template call. * While anything but `true` the template variable specified must not exist in the template call. ???+ example "Example"