From 90ba1c9fd6c1ea89173ed7712cf1da205732b164 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 4 Apr 2024 19:06:19 +0300 Subject: [PATCH] docs: fix incorrect ISO 8601 reference (#7340) The ISO 8601 references is broken broken due to `"` appended at the end. --- docs/lib/content/commands/npm-audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/commands/npm-audit.md b/docs/lib/content/commands/npm-audit.md index cb028615eb240..3e5bc978b26e4 100644 --- a/docs/lib/content/commands/npm-audit.md +++ b/docs/lib/content/commands/npm-audit.md @@ -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