Skip to content

Commit 8df7a5b

Browse files
authored
Update CONTRIBUTING.md
Fix typo/remove link to a non-existing section
1 parent f6c0112 commit 8df7a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can contribute to the project through:
1616
- proposing parts of the architecture that can be [extended][extending]
1717
- improving [documentation](#Documentation)
1818
- tackling Big Issues from the [future roadmap][roadmap]
19-
- improving [testing](#Testing)
19+
- improving testing
2020
- reviewing pull requests
2121

2222
[license]: https://github.com/krassowski/jupyterlab-lsp/blob/master/LICENSE
@@ -164,7 +164,7 @@ is recommended to peruse the [Robot Framework User's Guide][rfug] (and the exist
164164
First, ensure you've prepared JupyterLab for `jupyterlab-lsp`
165165
[frontend](#frontend-development) and [server](#server-development) development.
166166

167-
Prepare the enviroment:
167+
Prepare the environment:
168168

169169
```bash
170170
conda env update -n jupyterlab-lsp --file requirements/atest.yml

0 commit comments

Comments
 (0)