diff --git a/docs/integrating-with-linters.md b/docs/integrating-with-linters.md index fe2107104fe3..25a10e5b9dc3 100644 --- a/docs/integrating-with-linters.md +++ b/docs/integrating-with-linters.md @@ -31,7 +31,7 @@ The downsides of those plugins are: - They are slower than running Prettier directly. - They’re yet one layer of indirection where things may break. -Finally, we have tools that runs `prettier` and then immediately for example `eslint --fix` on files. +Finally, we have tools that run `prettier` and then immediately for example `eslint --fix` on files. - [prettier-eslint](https://github.com/prettier/prettier-eslint) - [prettier-tslint](https://github.com/azz/prettier-tslint)