From 33c50972bc9afaa5a33e2896b11075b57109dccb Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Mon, 10 Jan 2022 20:38:43 +0200 Subject: [PATCH] docs: fix a typo in MAINTAINING.md (#4711) --- docs/MAINTAINING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/MAINTAINING.md b/docs/MAINTAINING.md index 6a6d5cb7..4ae65ba0 100644 --- a/docs/MAINTAINING.md +++ b/docs/MAINTAINING.md @@ -37,7 +37,7 @@ Current maintainers: - @TeffenEllis - @jsjoeio -Occassionally, other Coder employees may step in time to time to assist with code-server. +Occasionally, other Coder employees may step in time to time to assist with code-server. ### Onboarding @@ -202,7 +202,7 @@ This is currently automated with the release process. We publish code-server on Homebrew [here](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb). -This is currently automated with the release process (but may fail occassionally). If it does, run this locally: +This is currently automated with the release process (but may fail occasionally). If it does, run this locally: ```shell # Replace VERSION with version @@ -231,7 +231,7 @@ Ideally, our fork stays as close to upstream as possible. See the differences be Our testing structure is laid out under our [Contributing docs](https://coder.com/docs/code-server/latest/CONTRIBUTING#test). -We hope to eventually hit 100% test converage with our unit tests, and maybe one day our scripts (coverage not tracked currently). +We hope to eventually hit 100% test coverage with our unit tests, and maybe one day our scripts (coverage not tracked currently). If you're ever looking to add more tests, here are a few ways to get started: