Skip to content

Commit

Permalink
Update resolverFactory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lacroixthomas committed Nov 6, 2015
1 parent 554ee71 commit b876660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/resolverFactory.js
Expand Up @@ -165,7 +165,7 @@ function getConstructor(decEndpoint, options, registryClient) {
// Check if is a shorthand and expand it
addResolver(function () {

// Check if the shorthandResolver is falsy
// Check if the shorthandResolver is falsy
if (!config.shorthandResolver) {
return;
}
Expand Down

0 comments on commit b876660

Please sign in to comment.