Skip to content

Commit

Permalink
Merge pull request #6482 from mattfwood/patch-1
Browse files Browse the repository at this point in the history
minor typo fix in openBrowser
  • Loading branch information
petetnt authored Feb 21, 2019
2 parents 01ecfc1 + 38ae734 commit 9fcc45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/openBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9fcc45a

Please sign in to comment.