Skip to content

Commit

Permalink
[Cosmetic] Fix typo in packager README
Browse files Browse the repository at this point in the history
Summary:

Closes #693
Github Author: Tyler McGinnis <tylermcginnis33@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
tylermcginnis committed Jun 3, 2015
1 parent bba576a commit ca7a764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if the option is boolean `1/0` or `true/false` is accepted.
Here are the current options the packager accepts:

* `dev` boolean, defaults to true: sets a global `__DEV__` variable
which will effect how the React Nativeg core libraries behave.
which will effect how the React Native core libraries behave.
* `minify` boolean, defaults to false: whether to minify the bundle.
* `runModule` boolean, defaults to true: whether to require your entry
point module. So if you requested `moduleName`, this option will add
Expand Down

0 comments on commit ca7a764

Please sign in to comment.