Skip to content

Commit

Permalink
docs: fix incorrect ISO 8601 reference (#7340)
Browse files Browse the repository at this point in the history
The ISO 8601 references is broken broken due to `"` appended at the end.
  • Loading branch information
emmanuel-ferdman committed Apr 4, 2024
1 parent f84b753 commit 90ba1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/commands/npm-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The `sig` is generated using the following template: `${package.name}@${package.

Keys response:

- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ`
- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDTHH:mm:ss.sssZ`
- `keydid`: sha256 fingerprint of the public key
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
Expand Down

0 comments on commit 90ba1c9

Please sign in to comment.