Skip to content

Commit b349285

Browse files
authored
docs: fix various typos in README and vimdoc (#971)
1 parent 5276692 commit b349285

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ by setting the rust-analyzer
722722
> [!NOTE]
723723
>
724724
> This is only useful if you set the option,
725-
> `['rust-analzyer'].checkOnSave = false`.
725+
> `['rust-analyzer'].checkOnSave = false`.
726726
727727
</details>
728728

@@ -937,7 +937,7 @@ nvim -u minimal.lua
937937

938938
> [!IMPORTANT]
939939
>
940-
> I strongly recommend against using rust-analyzer managed my mason.nvim,
940+
> I strongly recommend against using rust-analyzer managed by mason.nvim,
941941
> as version mismatches between rust-analyzer and your project toolchain
942942
> can and most likely will lead to subtle issues.
943943
@@ -989,7 +989,7 @@ or you may use [`blink.cmp`](https://github.com/saghen/blink.cmp).
989989
#### I'm having issues with (auto)completion
990990

991991
rustaceanvim doesn't implement (auto)completion.
992-
Issues with (auto)completion either come from another plugin or rust-analzyer.
992+
Issues with (auto)completion either come from another plugin or rust-analyzer.
993993

994994
#### mason.nvim and nvim-lspconfig
995995

lua/rustaceanvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
---
5959
--- For example, if you set the keymap: `vim.keymap.set('n', '<space>a', '<Plug>RustHoverAction')`,
6060
--- you can invoke the third hover action with `3<space>a`.
61-
--- 'explainError {cycle?|cycle_prev?|current?}' - Display a hover window with explanations form the Rust error index.
61+
--- 'explainError {cycle?|cycle_prev?|current?}' - Display a hover window with explanations from the Rust error index.
6262
--- - If called with |cycle| or no args:
6363
--- Like |vim.diagnostic.goto_next|,
6464
--- |explainError| will cycle diagnostics,

0 commit comments

Comments
 (0)