diff options
Diffstat (limited to 'docs/contributing/style_guide.md')
-rw-r--r-- | docs/contributing/style_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
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: |