diff --git a/src/hkp.js b/src/hkp.js index 492d68a0..f2b1ff05 100644 --- a/src/hkp.js +++ b/src/hkp.js @@ -37,7 +37,7 @@ function HKP(keyServerBaseUrl) { /** * Search for a public key on the key server either by key ID or part of the user ID. - * @param {String} options.keyID The long public key ID. + * @param {String} options.keyId The long public key ID. * @param {String} options.query This can be any part of the key user ID such as name * or email address. * @returns {Promise} The ascii armored public key.