From 68359cd5b6fab77387fb342b0be1e2f6305e6787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 9 Oct 2024 20:20:03 +0200 Subject: [PATCH] Update docs/features/software-templates/writing-templates.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/features/software-templates/writing-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index 7349ff94e0..c1c8250be9 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -916,7 +916,7 @@ export default async function createPlugin({ } ``` -Note, that addtional template global functions are currently not supported in `fetch:template` (see #25445). +Note that additional template global functions are currently not supported in `fetch:template` (see #25445). ## Template Editor