Skip to content

Commit

Permalink
Merge d790fcf into 67590f7
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohix committed Mar 7, 2020
2 parents 67590f7 + d790fcf commit 7aeb3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/version.js
Expand Up @@ -20,7 +20,7 @@ function bump(logger, config, versionArg, message) {
var newVersion;

if (!versionArg) {
throw createError('No <version> agrument provided', 'EREADOPTIONS');
throw createError('No <version> argument provided', 'EREADOPTIONS');
}

return driver
Expand Down
2 changes: 1 addition & 1 deletion lib/core/resolvers/pluginResolverFactory.js
Expand Up @@ -166,7 +166,7 @@ function pluginResolverFactory(resolverFactory, bower) {
})
.then(function() {
// We pass old _resolution (if hasNew has been called before contents).
// So resolver can decide wheter use cached version of contents new one.
// So resolver can decide whether use cached version of contents new one.
if (typeof resolver.fetch !== 'function') {
throw createError(
'Resolver does not implement the "fetch" method.'
Expand Down

0 comments on commit 7aeb3b3

Please sign in to comment.