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)*