Skip to content

Commit

Permalink
[core] Fix typos in code comments (#19999)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Mar 5, 2020
1 parent 743e26d commit 1eb2203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"allowJs": false,
"isolatedModules": true,
/* files are emmitted by babel */
/* files are emitted by babel */
"noEmit": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module.exports = function(webpackEnv) {
comparisons: false,
// Disabled because of an issue with Terser breaking valid code:
// https://github.com/facebook/create-react-app/issues/5250
// Pending futher investigation:
// Pending further investigation:
// https://github.com/terser-js/terser/issues/120
inline: 2,
},
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 1eb2203

Please sign in to comment.