fix(typo): change keydid to keyid (#1038)

Edoardo Scibona committed Apr 9, 2024 at 19:17 UTC 7e45b55c3e99d8cf6f6c77d57b27e77d03f7dffc
1 file changed +1 -1
content/packages-and-modules/securing-your-code/about-registry-signatures.mdx
+1 -1
@@ -60,7 +60,7 @@ The `keyid` must match one of the public signing keys below.
60 Keys response:
61
62 - `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDTHH:mm:ss.sssZ`
63 -- `keydid`: sha256 fingerprint of the public key
63 +- `keyid`: sha256 fingerprint of the public key
64 - `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
65 - `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
66 - `key`: base64 encoded public key