Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 38e16d3

Browse files
committed
documentation: fixed grammatical errors
1 parent 4567b1a commit 38e16d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ auto-completion, go-to-definition, and more all from within Neovim 💻🔧
5959

6060
- [`roslyn`](https://github.com/crashdummyy/roslynlanguageserver) - The C# language server. Required for all C# and Razor/Blazor integrations.<br/>
6161
- [`rzls`](https://github.com/crashdummyy/rzls) - The Razor language server. Handles Razor/Blazor/CSHTML integrations.<br/>
62-
- [`html-lsp`](https://github.com/microsoft/vscode-html-languageservice) - The HTML LSP. Provides completions and formatting for HTML inside `.razor` files.<br/>
62+
- [`html-lsp`](https://github.com/microsoft/vscode-html-languageservice) - The HTML language server. Provides completions and formatting for HTML inside `.razor` files.<br/>
6363
- [`seblyng/roslyn.nvim`](https://github.com/seblyng/roslyn.nvim) - Neovim integration for `roslyn`. Handles communication between Neovim and the `roslyn` language server.<br/>
6464

6565
> [!CAUTION]

doc/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ return {
2525
ft = { "cs", "razor" },
2626
dependencies = {
2727
{
28-
-- By loading as a dependencies, we ensure that we are available to set
28+
-- By loading as a dependency, we ensure that we are available to set
2929
-- the handlers for Roslyn.
3030
"tris203/rzls.nvim",
3131
config = true,

0 commit comments

Comments
 (0)