Skip to content

Commit c1d66c9

Browse files
Merge branch 'main' into fix/shell-completions
2 parents d7880e2 + 9108dc2 commit c1d66c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ curl -Ss $(npm view [email protected] --json | jq -r '.dist.attestations.url'
5959
}
6060
```
6161

62-
exmaple publish attestation
62+
example publish attestation
6363

6464
```json
6565
$ curl -Ss $(npm view [email protected] --json | jq -r '.dist.attestations.url') | jq '.attestations[0].bundle.dsseEnvelope.payload' -r | base64 -d | jq

0 commit comments

Comments
 (0)