From 38ae7348c872ab33df2da37bd86be2575dce4675 Mon Sep 17 00:00:00 2001 From: Matt Wood Date: Thu, 21 Feb 2019 09:40:00 -0600 Subject: [PATCH] minor typo fix in openBrowser --- packages/react-dev-utils/openBrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/openBrowser.js b/packages/react-dev-utils/openBrowser.js index b425794d9ef..2147caac655 100644 --- a/packages/react-dev-utils/openBrowser.js +++ b/packages/react-dev-utils/openBrowser.js @@ -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) {