Skip to content

Commit 81449ce

Browse files
authored
docs: improve English in lint_plugins.md (#1479)
1 parent a40525f commit 81449ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/reference/lint_plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ doesn't provide 100% compatibility, the existing knowledge of authoring ESLint
2525
plugins can be mostly reused if you happen to have written custom
2626
[ESLint](https://eslint.org/) rules in the past.
2727

28-
Plugins are loaded via `lint.plugins` setting in `deno.json`.
28+
Plugins are loaded via the `lint.plugins` setting in `deno.json`.
2929

30-
The value is an array of specifiers to plugins. These can be paths, `npm:` or
30+
The value is an array of plugin specifiers. These can be paths, `npm:`, or
3131
`jsr:` specifiers.
3232

3333
```json title="deno.json"

0 commit comments

Comments
 (0)