From 929b0169489caa8c1b6d3e82f23bdbc533a0f618 Mon Sep 17 00:00:00 2001 From: Chen Longhao Date: Wed, 9 Sep 2020 18:26:03 +0800 Subject: [PATCH] Fix documentation of the HKP keyId option (#1151) --- src/hkp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.