Skip to content

Commit

Permalink
docs(nx): fix typo in CONTIRBUTING.md
Browse files Browse the repository at this point in the history
fixing a small typo in the CONTRIBUTING.md
  • Loading branch information
PixelJonas authored and vsavkin committed Apr 3, 2018
1 parent d44edf9 commit bd50643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ After that run `yarn linknpm`.

### Running Unit Tests

To make sure you changes do not break any unit tests, run `yarn test`. You can also run `yarn test:schematics` and `yarn test:nx` to test the schematics and nx packages individually.
To make sure your changes do not break any unit tests, run `yarn test`. You can also run `yarn test:schematics` and `yarn test:nx` to test the schematics and nx packages individually.

> If you need to test only the **collection/ngrx.spec.ts** test [for example], you can use an optional `$1` argument as follows:<br/><br/> `yarn test:schematics schematics/src/collection/ngrx/ngrx`
Expand Down

0 comments on commit bd50643

Please sign in to comment.