We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fcc45a + a5c6112 commit b8386feCopy full SHA for b8386fe
packages/create-react-app/createReactApp.js
@@ -465,7 +465,7 @@ function run(
465
const currentFiles = fs.readdirSync(path.join(root));
466
currentFiles.forEach(file => {
467
knownGeneratedFiles.forEach(fileToMatch => {
468
- // This remove all of knownGeneratedFiles.
+ // This removes all knownGeneratedFiles.
469
if (file === fileToMatch) {
470
console.log(`Deleting generated file... ${chalk.cyan(file)}`);
471
fs.removeSync(path.join(root, file));
0 commit comments