From 2dff50e179541ca9a7e33c6e1e3db89b61fe76d4 Mon Sep 17 00:00:00 2001 From: Nico Salvador Date: Tue, 23 Jan 2018 22:00:21 +0800 Subject: [PATCH] Fixed typo in linter.md --- docs/linter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linter.md b/docs/linter.md index 478c1a111d..da6ce6070d 100644 --- a/docs/linter.md +++ b/docs/linter.md @@ -31,5 +31,5 @@ You can run the following command to let eslint fix any errors it finds (if it c npm run lint -- --fix ``` -*(The `--` in the middle is necessary to ensure the `--fix` option is passdd to `eslint`, not to `npm`. It can be omitted whne using yarn)* +*(The `--` in the middle is necessary to ensure the `--fix` option is passed to `eslint`, not to `npm`. It can be omitted whne using yarn)*