From a1a7502f4f77498d24085862e9fd40f46c056f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Gim=C3=A9nez?= Date: Mon, 13 Sep 2021 13:33:33 -0300 Subject: [PATCH] Update integrating-with-linters.md (#11399) --- docs/integrating-with-linters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)