Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 73ec39a

Browse files
stephen-algeomrmckeb
authored andcommitted
Improve error messaging in verifyPackageTree.js (facebook#5974)
1 parent ec9d49f commit 73ec39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)