Skip to content

Commit

Permalink
Fix typo in reporter message (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppsmirnov authored and bestander committed May 25, 2017
1 parent 8ede3c4 commit 848139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const messages = {
frozenLockfileError: 'Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`.',
fileWriteError: 'Could not write file $0: $1',
multiplePackagesCantUnpackInSameDestination: 'Pattern $0 is trying to unpack in the same destination $1 as pattern $2. This could result in a non deterministic behavior, skipping.',
incorrectLockfileEntry: 'Lockfile has incorrect entry for $0. Ingoring it.',
incorrectLockfileEntry: 'Lockfile has incorrect entry for $0. Ignoring it.',
workspacesIncompatibleDependencies: 'Dependency $0 has different versions in $1 and $2',
workspacesRequirePrivateProjects: 'Workspaces can only be enabled for private projects',

Expand Down

0 comments on commit 848139f

Please sign in to comment.