Skip to content

Commit 7e45b55

Browse files
authored
fix(typo): change keydid to keyid (#1038)
1 parent 3a15e02 commit 7e45b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packages-and-modules/securing-your-code/about-registry-signatures.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `keyid` must match one of the public signing keys below.
6060
Keys response:
6161

6262
- `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
6464
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
6565
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
6666
- `key`: base64 encoded public key

0 commit comments

Comments
 (0)