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"