From 71f52e7578d2ffc162ffe5f5b990484b4553bcc7 Mon Sep 17 00:00:00 2001 From: NickSdot <32384907+NickSdot@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:32:17 +0800 Subject: [PATCH] fix: typo --- src/Web/Documentation/content/main/1-essentials/02-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Documentation/content/main/1-essentials/02-views.md b/src/Web/Documentation/content/main/1-essentials/02-views.md index 11cf83f6..0cc0baa9 100644 --- a/src/Web/Documentation/content/main/1-essentials/02-views.md +++ b/src/Web/Documentation/content/main/1-essentials/02-views.md @@ -518,7 +518,7 @@ During deployments, that cache must be cleared in order to not serve outdated vi ## Using other engines -While Tempest View is simple to use, it currently lacks tooling support from editors and IDEs. You may also simply prefer other templating engines. For these reasons, you may use any other engine or your choice. +While Tempest View is simple to use, it currently lacks tooling support from editors and IDEs. You may also simply prefer other templating engines. For these reasons, you may use any other engine of your choice. Out-of-the-box, Tempest has support for Twig and Blade. Note that the view loaders for other engines are not based on Tempest's discovery, so the syntax to refer to a specific view might differ.