From dd09144e25687956fe0f12d4e719cc2c8a9c2e7b Mon Sep 17 00:00:00 2001 From: Raahim Fareed <56921723+raahimfareed@users.noreply.github.com> Date: Sat, 25 Nov 2023 03:58:10 +0500 Subject: [PATCH] Fixed a type, edditing to editing --- website/docs/getting-started/editor-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started/editor-setup.mdx b/website/docs/getting-started/editor-setup.mdx index dc0fbf6f634..de6c52d01b2 100644 --- a/website/docs/getting-started/editor-setup.mdx +++ b/website/docs/getting-started/editor-setup.mdx @@ -130,7 +130,7 @@ Utilities like Rename, Go to Declaration, Find Usages will work inside the macro Rust-Yew extension is [available on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlight, renames, hover, and more. -Emmet support should work out of the box, if not please fall back to edditing the `settings.json` file: +Emmet support should work out of the box, if not please fall back to editing the `settings.json` file: ```json "emmet.includeLanguages": {