Skip to content

Commit

Permalink
docs: fix typo for nms
Browse files Browse the repository at this point in the history
as suggested in #13208 (comment)

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
  • Loading branch information
Neudrino committed Jul 7, 2022
1 parent d3c97ea commit db6a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readmes/nms/dev_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These are the set of tests that you should run before opening a pull request.

#### Eslint

Run `yarn run eslint .` to test that there are no linter errors. You can also run `yarn run eslint --fix .` to fix automatically fixable linter errors.
Run `yarn run eslint .` to test that there are no linter errors. You can also run `yarn run eslint --fix .` to fix automatically-fixable linter errors.

#### TypeScript

Expand Down

0 comments on commit db6a30b

Please sign in to comment.