Fix a typo

This commit is contained in:
Leonid Logvinov
2018-03-12 03:21:19 +01:00
parent c4a18ee64b
commit e2b2bf1e0d

View File

@@ -7,7 +7,7 @@ Dev utils to be shared across 0x projects and packages
Some env variables might be set to change the behaviour of created web3 providers/instances.
```
VERBOSE_GANACHE: boolean. Enables verbose Ganache logging. Every request/response payload. Slightly slower, but usefull for testing.
VERBOSE_GANACHE: boolean. Enables verbose Ganache logging. Every request/response payload. Slightly slower, but useful for testing.
SOLIDITY_COVERAGE: boolean. If set - adds coverage subprovider which intercepts all calls/transactions and can be later used to compute code coverage.
```