From 530e805e2a5683f39d3c481f89e1b042e9449434 Mon Sep 17 00:00:00 2001 From: Tushar GH <108387741+Tushar12222@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:49:32 +0530 Subject: [PATCH] Update editor-setup.mdx (#3585) * Update editor-setup.mdx Fixed typo * Update editor-setup.mdx Fixed a typo --- .../version-0.21/getting-started/editor-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.21/getting-started/editor-setup.mdx b/website/versioned_docs/version-0.21/getting-started/editor-setup.mdx index 241d12e5f60..9a2d2ae149a 100644 --- a/website/versioned_docs/version-0.21/getting-started/editor-setup.mdx +++ b/website/versioned_docs/version-0.21/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 [avaliable 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": {