From dbb74f5a903e3abbdbb223447a1840c3ef72e95f Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Wed, 27 Nov 2024 21:03:43 -0400 Subject: [PATCH] Update docs/docs/templates/reference/tags.md --- docs/docs/templates/reference/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/templates/reference/tags.md b/docs/docs/templates/reference/tags.md index 0b74d79d..b283e3f1 100644 --- a/docs/docs/templates/reference/tags.md +++ b/docs/docs/templates/reference/tags.md @@ -285,7 +285,7 @@ Templates that are included using the `include` template are parsed and rendered The `localize` template tag allows performing localization of values such as dates, numbers, and times by using the [I18n gem](https://crystal-i18n.github.io/localization.html), which is leveraged by Marten for its [internationalization features](../../i18n/introduction.md). It must take at least one argument (the value to localize) followed by an optional `format` keyword argument. -For example, the following lines are valid usages of the localize tag: +For example, the following lines are valid usages of the `localize` tag: ```html {% localize created_at %}