summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorAnh Hong <hong4rc@gmail.com>2020-12-11 02:45:45 +0700
committerGitHub <noreply@github.com>2020-12-11 06:45:45 +1100
commitb8bc24d167f2e19482d9dc6d367876c361abf4ea (patch)
tree5e46858514914eed698d1c941fe8593547e93ed4 /docs/contributing
parentfd9b0202c1bb0e83183fd0a53d8b1303612a5e31 (diff)
chore: fixed various misspellings and other typos (#8691)
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/release_schedule.md2
-rw-r--r--docs/contributing/style_guide.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/release_schedule.md b/docs/contributing/release_schedule.md
index e48bc2ae9..8aabac9c8 100644
--- a/docs/contributing/release_schedule.md
+++ b/docs/contributing/release_schedule.md
@@ -22,7 +22,7 @@ canary release by running:
deno upgrade --canary
```
-To update to a specifc canary, pass the commit has in the `--version` option:
+To update to a specific canary, pass the commit has in the `--version` option:
```
deno upgrade --canary --version=973af61d8bb03c1709f61e456581d58386ed4952
diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md
index 3f190ecf3..d834ea91a 100644
--- a/docs/contributing/style_guide.md
+++ b/docs/contributing/style_guide.md
@@ -283,7 +283,7 @@ comment. If it needs further comments it is not a good example.
Currently, the building process uses `dlint` to validate linting problems in the
code. If the task requires code that is non-conformant to linter use
-`deno-lint-ignore <code>` directive to supress the warning.
+`deno-lint-ignore <code>` directive to suppress the warning.
```typescript
// deno-lint-ignore no-explicit-any
@@ -349,7 +349,7 @@ export function foo(): string {
programs can rely on. We want to guarantee to users that this code does not
include potentially unreviewed third party code.
-#### Document and maintain browser compatiblity.
+#### Document and maintain browser compatibility.
If a module is browser compatible, include the following in the JSDoc at the top
of the module: