Skip to content

Commit b58686c

Browse files
authored
docs: fix typos in README (#465)
1 parent 60ea334 commit b58686c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Features include:
1010

1111
- Code completion
1212
- Debugger support [VSCode debugging docs](https://code.visualstudio.com/docs/editor/debugging)
13-
- Test discovery, running and debugging via Test Explorer [VSCode test API announcment](https://code.visualstudio.com/updates/v1_59#_testing-apis)
13+
- Test discovery, running and debugging via Test Explorer [VSCode test API announcement](https://code.visualstudio.com/updates/v1_59#_testing-apis)
1414
- Automatic, incremental Dialyzer analysis
1515
- Automatic suggestion for @spec annotations based on Dialyzer's inferred success typings
1616
- Diagnostic reporting of build warnings and errors
@@ -28,7 +28,7 @@ Features include:
2828

2929
## This is the main vscode-elixir-ls repo
3030

31-
The [elixir-lsp](https://github.com/elixir-lsp)/[vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) repo began as a fork when the original repo at [JakeBecker](https://github.com/JakeBecker)/[vscode-elixir-ls](https://github.com/JakeBecker/vscode-elixir-ls) became inactive for an extended period of time. So we decided to start an active fork to merge dormant PR's and fix issues where possible. We also believe in an open and shared governance model to share the work instead of relying on one person to shoulder the whole burden.
31+
The [elixir-lsp](https://github.com/elixir-lsp)/[vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) repo began as a fork when the original repo at [JakeBecker](https://github.com/JakeBecker)/[vscode-elixir-ls](https://github.com/JakeBecker/vscode-elixir-ls) became inactive for an extended period of time. So we decided to start an active fork to merge dormant PRs and fix issues where possible. We also believe in an open and shared governance model to share the work instead of relying on one person to shoulder the whole burden.
3232

3333
The original repository has now been deprecated in favor of this one. Future updates to the original [VS Code ElixirLS extension](https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls) will come from this repo.
3434

@@ -89,7 +89,7 @@ The test runner builds a launch configuration dynamically basing on hardcoded de
8989
}
9090
```
9191

92-
The default launch config can be customized by providing a project launch configuration named `mix test`. If found, this launch config is used as default for running and debugging tests.
92+
The default launch config can be customized by providing a project launch configuration named `mix test`. If found, this launch config is used as the default for running and debugging tests.
9393

9494
Example:
9595

0 commit comments

Comments
 (0)