Skip to content

Commit

Permalink
Fix code comment typo (#6775)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestseob93 authored and ianschmitz committed Apr 9, 2019
1 parent 80b69ed commit dac046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (process.env.HOST) {
console.log();
}

// 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
// browserslist defaults.
const { checkBrowsers } = require('react-dev-utils/browsersHelper');
checkBrowsers(paths.appPath, isInteractive)
Expand Down

0 comments on commit dac046d

Please sign in to comment.