Fix typo contribution guide

This commit is contained in:
Vincent 2018-03-23 15:21:31 +01:00 committed by Scott Nonnenberg
parent 79d9f36070
commit e0d0aa520e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Please write tests! Our testing framework is
The easiest way to run all tests at once is `yarn test`.
You can browser tests from the command line with `grunt unit-tests` or in an
You can browse tests from the command line with `grunt unit-tests` or in an
interactive session with `NODE_ENV=test yarn run start`. The `libtextsecure` tests are run
similarly: `grunt lib-unit-tests` and `NODE_ENV=test-lib yarn run start`. You can tweak
the appropriate `test.html` for both of these runs to get code coverage numbers via