mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-14 12:11:47 +08:00
Fix comment typos
Summary: Closes https://github.com/facebook/react-native/pull/7901 Differential Revision: D3384624 Pulled By: javache fbshipit-source-id: 741343dec5406af1855624069dd8dc426a93bdb3
This commit is contained in:
committed by
Facebook Github Bot 4
parent
e29350214a
commit
a7f1428d4a
@@ -11,12 +11,12 @@
|
||||
const fetch = require('node-fetch');
|
||||
|
||||
/**
|
||||
* Indicates whether or not the packager is running. It ruturns a promise that
|
||||
* Indicates whether or not the packager is running. It returns a promise that
|
||||
* when fulfilled can returns one out of these possible values:
|
||||
* - `running`: the packager is running
|
||||
* - `not_running`: the packager nor any process is running on the expected
|
||||
* port.
|
||||
* - `unrecognized`: one other process is running on the port ew expect the
|
||||
* - `unrecognized`: one other process is running on the port we expect the
|
||||
* packager to be running.
|
||||
*/
|
||||
function isPackagerRunning() {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*
|
||||
* Wrapper on-top of `optimist` in order to properly support boolean flags
|
||||
* and have a slightly less akward API.
|
||||
* and have a slightly less awkward API.
|
||||
*
|
||||
* Usage example:
|
||||
* var argv = parseCommandLine([{
|
||||
|
||||
Reference in New Issue
Block a user