From 49c928b76b31b517bf391f2718b5412bf66208a1 Mon Sep 17 00:00:00 2001 From: Herman Schaaf Date: Thu, 16 Apr 2015 17:38:28 +0900 Subject: [PATCH] [docs] change 'whenever' to 'whether' --- docs/RunningOnDevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RunningOnDevice.md b/docs/RunningOnDevice.md index 9866d50ac..d09d7cc6d 100644 --- a/docs/RunningOnDevice.md +++ b/docs/RunningOnDevice.md @@ -33,7 +33,7 @@ You can also pack all the JavaScript code within the app itself. This way you ca Packager supports a couple of options: * `dev` (true by default) - sets the value of `__DEV__` variable. When `true` it turns on a bunch of useful development warnings. For production it is recommended to use `dev=false`. -* `minify` (false by default) - whenever or not to pipe the JS code through UglifyJS. +* `minify` (false by default) - whether or not to pipe the JS code through UglifyJS. ## Troubleshooting