From 848139fb50fcb022a1e4aabb42c39a3b08a39a67 Mon Sep 17 00:00:00 2001 From: ppsmirnov Date: Fri, 26 May 2017 02:48:24 +0300 Subject: [PATCH] Fix typo in reporter message (#3502) --- src/reporters/lang/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reporters/lang/en.js b/src/reporters/lang/en.js index 3dcb403dd9..5c39c58821 100644 --- a/src/reporters/lang/en.js +++ b/src/reporters/lang/en.js @@ -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',