Skip to content

Commit

Permalink
Improve advice in verifyPackageTree.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-algeo committed Dec 6, 2018
1 parent af0a854 commit f56551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/utils/verifyPackageTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function verifyPackageTree() {
)}) \n\n` +
`Manually installing incompatible versions is known to cause hard-to-debug issues.\n\n` +
chalk.red(
`If prefer to ignore this check, add ${chalk.bold(
`If you would prefer to ignore this check, add ${chalk.bold(
'SKIP_PREFLIGHT_CHECK=true'
)} to an ${chalk.bold('.env')} file in your project.\n` +
`That will permanently disable this message but you might encounter other issues.\n\n`
Expand Down

0 comments on commit f56551c

Please sign in to comment.