We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b69ed commit dac046dCopy full SHA for dac046d
packages/react-scripts/scripts/start.js
@@ -77,7 +77,7 @@ if (process.env.HOST) {
77
console.log();
78
}
79
80
-// We require that you explictly set browsers and do not fall back to
+// We require that you explicitly set browsers and do not fall back to
81
// browserslist defaults.
82
const { checkBrowsers } = require('react-dev-utils/browsersHelper');
83
checkBrowsers(paths.appPath, isInteractive)
0 commit comments