docs: Fix typos in language configurations (#37740)

Fixes several typos in the docs. I think there are more but I have only
read what I actually needed :)

Release Notes:

- N/A
This commit is contained in:
HE7086
2025-09-08 08:44:46 +00:00
committed by GitHub
parent 7ae8f81d74
commit d342da4e9a
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -112,7 +112,7 @@ This `"path"` has to be an absolute path.
## Alternate Targets
If want rust-analyzer to provide diagnostics for a target other than you current platform (e.g. for windows when running on macOS) you can use the following Zed lsp settings:
If you want rust-analyzer to provide diagnostics for a target other than your current platform (e.g. for windows when running on macOS) you can use the following Zed lsp settings:
```json
{
@@ -128,7 +128,7 @@ If want rust-analyzer to provide diagnostics for a target other than you current
}
```
If you are using `rustup` and you can find a list of available target triples (`aarch64-apple-darwin`, `x86_64-unknown-linux-gnu`, etc) by running:
If you are using `rustup`, you can find a list of available target triples (`aarch64-apple-darwin`, `x86_64-unknown-linux-gnu`, etc) by running:
```sh
rustup target list --installed
@@ -239,7 +239,7 @@ you can list them in `linkedProjects` in the local project settings:
### Snippets
There's a way get custom completion items from rust-analyzer, that will transform the code according to the snippet body:
There's a way to get custom completion items from rust-analyzer, that will transform the code according to the snippet body:
```json
{