From 1635f9cdb5b7cdefcf0a1fd6a69c32c2e9d5fc1e Mon Sep 17 00:00:00 2001 From: Tushar GH <108387741+Tushar12222@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:35:33 +0530 Subject: [PATCH 1/2] Update editor-setup.mdx Fixed 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": { From 6d11de79e9d2f3e2835d51dae6a1eb52ec2b6f62 Mon Sep 17 00:00:00 2001 From: Tushar GH <108387741+Tushar12222@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:42:06 +0530 Subject: [PATCH 2/2] Update editor-setup.mdx Fixed a typo --- 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": {