Skip to content

Commit 32b9558

Browse files
Update CONTRIBUTING.md
Co-authored-by: Stephen Augustus <[email protected]> Signed-off-by: Ulises Gascón <[email protected]>
1 parent 61fb8f9 commit 32b9558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You have several options to run the tests:
8080
- `npm run test:coverage` this will run the tests and generate a coverage report as terminal output and in HTML format that can be found in the `coverage/` folder
8181
- `npm run test:watch`: this will run the tests when you make changes in any of the project's files.
8282

83-
## How to run the linter
83+
## Linting the codebase
8484

8585
This project uses [JavaScript Standard Style](https://standardjs.com/). If you are not familiar with this style, you can make your changes and run `npm run lint:fix` when you are ready. The linter will fix most of the issues for you and it will highlight any additional issue that requires manual work.
8686

0 commit comments

Comments
 (0)