diff --git a/docs/types/standard-linter-v2.md b/docs/types/standard-linter-v2.md index 157d200a..c5668c47 100644 --- a/docs/types/standard-linter-v2.md +++ b/docs/types/standard-linter-v2.md @@ -21,9 +21,9 @@ type Linter = { lint( textEditor: TextEditor ): - | Array + | Array | null - | Promise | null> + | Promise | null> }; ```