Skip to content

Commit

Permalink
Merge pull request facebook#877 from hermanschaaf/docs-whenever-to-wh…
Browse files Browse the repository at this point in the history
…ether

[docs] Change 'whenever' to 'whether'
  • Loading branch information
sophiebits committed Apr 18, 2015
2 parents d937071 + 49c928b commit 51cf280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RunningOnDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51cf280

Please sign in to comment.