Skip to content

Commit 90ba1c9

Browse files
docs: fix incorrect ISO 8601 reference (#7340)
The ISO 8601 references is broken broken due to `"` appended at the end.
1 parent f84b753 commit 90ba1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/commands/npm-audit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `sig` is generated using the following template: `${package.name}@${package.
8888

8989
Keys response:
9090

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

0 commit comments

Comments
 (0)