From 40abc4aeffcde74f8409a9274fb62d9da22fe422 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:44:20 +0200 Subject: [PATCH] wording --- site/content/faq/425-is-there-a-tool-to-automaticly-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/faq/425-is-there-a-tool-to-automaticly-format.md b/site/content/faq/425-is-there-a-tool-to-automaticly-format.md index eb30b0bb18..10f54d6bb7 100644 --- a/site/content/faq/425-is-there-a-tool-to-automaticly-format.md +++ b/site/content/faq/425-is-there-a-tool-to-automaticly-format.md @@ -1,5 +1,5 @@ --- -question: Is there a tool to automaticly format my .svelte files? +question: Is there a tool to automatically format my .svelte files? --- -You can use prettier with the [prettier-plugin-svelte](https://www.npmjs.com/package/prettier-plugin-svelte) plugin maintained by us. +You can use prettier with the [prettier-plugin-svelte](https://www.npmjs.com/package/prettier-plugin-svelte) plugin.