From e2b2bf1e0ddad1b665c68f76b8088b517ed6c537 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 12 Mar 2018 03:21:19 +0100 Subject: Fix a typo --- packages/dev-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev-utils/README.md b/packages/dev-utils/README.md index 1d2c49884..59db0abbe 100644 --- a/packages/dev-utils/README.md +++ b/packages/dev-utils/README.md @@ -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. ``` -- cgit v1.2.3