Skip to content

Commit e0877df

Browse files
Improve grammar, typos in editor-setup.mdx (#3482)
Co-authored-by: Mattuwu <syan4@ualberta.ca>
1 parent 8840e1f commit e0877df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/docs/getting-started/editor-setup.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Editor Setup'
2+
title: 'Editor setup'
33
description: 'Setting your code editor'
44
---
55

@@ -110,7 +110,7 @@ impl Component for $NAME$ {
110110
}
111111
```
112112

113-
## Support for the `html!` Macro
113+
## Support for the `html!` macro
114114

115115
### JetBrains IDEs
116116

@@ -124,13 +124,13 @@ Utilities like Rename, Go to Declaration, Find Usages will work inside the macro
124124

125125
### VS Code
126126

127-
#### Rust-Yew extension
127+
#### The Rust-Yew extension
128128

129129
> 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)
130130
131-
Rust-Yew extension is [available on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlight, renames, hover, and more.
131+
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.
132132

133-
Emmet support should work out of the box, if not please fall back to editing the `settings.json` file:
133+
Emmet support should work out of the box; if not, please fall back to editing the `settings.json` file:
134134

135135
```json
136136
"emmet.includeLanguages": {
@@ -142,7 +142,7 @@ Emmet support should work out of the box, if not please fall back to editing the
142142

143143
#### Lazyvim
144144

145-
> 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:
145+
> 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:
146146
147147
```json
148148
return {

0 commit comments

Comments
 (0)