mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 13:15:49 +08:00
minor typo fix in openBrowser
This commit is contained in:
2
packages/react-dev-utils/openBrowser.js
vendored
2
packages/react-dev-utils/openBrowser.js
vendored
@@ -105,7 +105,7 @@ function startBrowserProcess(browser, url) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reads the BROWSER evironment variable and decides what to do with it. Returns
|
||||
* Reads the BROWSER environment variable and decides what to do with it. Returns
|
||||
* true if it opened a browser or ran a node.js script, otherwise false.
|
||||
*/
|
||||
function openBrowser(url) {
|
||||
|
||||
Reference in New Issue
Block a user