Skip to content

Commit 33c5097

Browse files
authored
docs: fix a typo in MAINTAINING.md (#4711)
1 parent ca15d4b commit 33c5097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/MAINTAINING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Current maintainers:
3737
- @TeffenEllis
3838
- @jsjoeio
3939

40-
Occassionally, other Coder employees may step in time to time to assist with code-server.
40+
Occasionally, other Coder employees may step in time to time to assist with code-server.
4141

4242
### Onboarding
4343

@@ -202,7 +202,7 @@ This is currently automated with the release process.
202202

203203
We publish code-server on Homebrew [here](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb).
204204

205-
This is currently automated with the release process (but may fail occassionally). If it does, run this locally:
205+
This is currently automated with the release process (but may fail occasionally). If it does, run this locally:
206206

207207
```shell
208208
# Replace VERSION with version
@@ -231,7 +231,7 @@ Ideally, our fork stays as close to upstream as possible. See the differences be
231231

232232
Our testing structure is laid out under our [Contributing docs](https://coder.com/docs/code-server/latest/CONTRIBUTING#test).
233233

234-
We hope to eventually hit 100% test converage with our unit tests, and maybe one day our scripts (coverage not tracked currently).
234+
We hope to eventually hit 100% test coverage with our unit tests, and maybe one day our scripts (coverage not tracked currently).
235235

236236
If you're ever looking to add more tests, here are a few ways to get started:
237237

0 commit comments

Comments
 (0)