We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0a854 commit f56551cCopy full SHA for f56551c
packages/react-scripts/scripts/utils/verifyPackageTree.js
@@ -97,7 +97,7 @@ function verifyPackageTree() {
97
)}) \n\n` +
98
`Manually installing incompatible versions is known to cause hard-to-debug issues.\n\n` +
99
chalk.red(
100
- `If prefer to ignore this check, add ${chalk.bold(
+ `If you would prefer to ignore this check, add ${chalk.bold(
101
'SKIP_PREFLIGHT_CHECK=true'
102
)} to an ${chalk.bold('.env')} file in your project.\n` +
103
`That will permanently disable this message but you might encounter other issues.\n\n`
0 commit comments