Skip to content

Commit dac046d

Browse files
bestseob93ianschmitz
authored andcommitted
Fix code comment typo (#6775)
1 parent 80b69ed commit dac046d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/start.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if (process.env.HOST) {
7777
console.log();
7878
}
7979

80-
// We require that you explictly set browsers and do not fall back to
80+
// We require that you explicitly set browsers and do not fall back to
8181
// browserslist defaults.
8282
const { checkBrowsers } = require('react-dev-utils/browsersHelper');
8383
checkBrowsers(paths.appPath, isInteractive)

0 commit comments

Comments
 (0)