Skip to content

Commit 9108dc2

Browse files
authored
docs(npm): "exmaple" spelling fix (#832)
Signed-off-by: Ville Skyttä <[email protected]>
1 parent 9825851 commit 9108dc2

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)