Skip to content

Commit 9fcc45a

Browse files
authored
Merge pull request #6482 from mattfwood/patch-1
minor typo fix in openBrowser
2 parents 01ecfc1 + 38ae734 commit 9fcc45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/openBrowser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function startBrowserProcess(browser, url) {
105105
}
106106

107107
/**
108-
* Reads the BROWSER evironment variable and decides what to do with it. Returns
108+
* Reads the BROWSER environment variable and decides what to do with it. Returns
109109
* true if it opened a browser or ran a node.js script, otherwise false.
110110
*/
111111
function openBrowser(url) {

0 commit comments

Comments
 (0)