Skip to content

Commit

Permalink
chore: fix deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 8, 2020
1 parent 74cd21a commit 49d8947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/issuer.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,6 @@ Issuer.prototype.key = deprecate(async function key({
cache.set(defHash, true);
}
return keys[0];
}, 'issuer.key is not a private API, it is also deprecated');
}, 'issuer.key is not only a private API, it is also deprecated');

module.exports = Issuer;

0 comments on commit 49d8947

Please sign in to comment.