From da406736138828fe1c15de6e8de1f6a71eef2bfc Mon Sep 17 00:00:00 2001 From: Raphael Martin Schindler Date: Sun, 22 Oct 2023 07:00:59 -0700 Subject: [PATCH] Improve grammar, typos in editor-setup.mdx --- website/docs/getting-started/editor-setup.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/getting-started/editor-setup.mdx b/website/docs/getting-started/editor-setup.mdx index dc0fbf6f634..e7ba5cd0f78 100644 --- a/website/docs/getting-started/editor-setup.mdx +++ b/website/docs/getting-started/editor-setup.mdx @@ -1,5 +1,5 @@ --- -title: 'Editor Setup' +title: 'Editor setup' description: 'Setting your code editor' --- @@ -110,7 +110,7 @@ impl Component for $NAME$ { } ``` -## Support for the `html!` Macro +## Support for the `html!` macro ### JetBrains IDEs @@ -124,13 +124,13 @@ Utilities like Rename, Go to Declaration, Find Usages will work inside the macro ### VS Code -#### Rust-Yew extension +#### The Rust-Yew extension > This is a **work in progress**, and **community maintained** project! [Please see details and direct related bug reports / issues / questions over to the extension's repository](https://github.com/TechTheAwesome/code-yew-server) -Rust-Yew extension is [available on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlight, renames, hover, and more. +The Rust-Yew extension is [available on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlighting, 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": { @@ -142,7 +142,7 @@ Emmet support should work out of the box, if not please fall back to edditing th #### Lazyvim -> Below configuration works with [LazyVim](https://www.lazyvim.org) configuration and lazy.vim plugin, create a file in `lua/plugins/nvim-lspconfig.lua` (or update your `lspconfig`) with: +> The below configuration works with [LazyVim](https://www.lazyvim.org) and the lazy.vim plugin. Create a file in `lua/plugins/nvim-lspconfig.lua` (or update your `lspconfig`) with: ```json return {