summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/linter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/linter.md b/docs/tools/linter.md
index 709e0d644..4e432034b 100644
--- a/docs/tools/linter.md
+++ b/docs/tools/linter.md
@@ -106,7 +106,7 @@ function foo(): any {
}
```
-Ignore directive must be placed before first stament or declaration:
+Ignore directive must be placed before first statement or declaration:
```ts
// Copyright 2020 the Deno authors. All rights reserved. MIT license.