Skip to content

Commit f56551c

Browse files
committed
Improve advice in verifyPackageTree.js
1 parent af0a854 commit f56551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/utils/verifyPackageTree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function verifyPackageTree() {
9797
)}) \n\n` +
9898
`Manually installing incompatible versions is known to cause hard-to-debug issues.\n\n` +
9999
chalk.red(
100-
`If prefer to ignore this check, add ${chalk.bold(
100+
`If you would prefer to ignore this check, add ${chalk.bold(
101101
'SKIP_PREFLIGHT_CHECK=true'
102102
)} to an ${chalk.bold('.env')} file in your project.\n` +
103103
`That will permanently disable this message but you might encounter other issues.\n\n`

0 commit comments

Comments
 (0)