Skip to content

Commit dec8a6e

Browse files
authored
Fix typos in documentation (#2493)
Signed-off-by: Ricardo Noriega De Soto <rnoriega@redhat.com>
1 parent 122fc41 commit dec8a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/design/Certificate Revocation Lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Load cache is triggerred after cert loaded from the either configurations.
8989
#### Download CRL
9090

9191

92-
Download is implemented by CRL `fetcher`, which can be done in parallel via start tasks in seperate go routines.
92+
Download is implemented by CRL `fetcher`, which can be done in parallel via start tasks in separate go routines.
9393

9494
CRL download location (URL) can be obtained from the certificate's CRL Distribution Point (CDP) extension.
9595
`notation-core-go` will download all CDP URLs because each CDP URL may belong to a different scope, and we cannot distinguish them.

docs/proposals/Verify-Latest-N-Artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ metadata:
7979
name: test-verifier
8080
spec:
8181
name: # REQUIRED: [string], the unique type of the verifier (notation, cosign)
82-
artifactType: # REQUIRED: [string], comma seperated list, artifact type this verifier handles
82+
artifactType: # REQUIRED: [string], comma separated list, artifact type this verifier handles
8383
verifyLastNArtifacts: # Optional: [int], denote the number of attached artfacts that should be verified. only the Last n will be verified. if not defined, all artifacts will be verified.
8484
address: # OPTIONAL: [string], Plugin path, defaults to value of env "RATIFY_CONFIG" or "~/.ratify/plugins"
8585
version: # OPTIONAL: [string], Version of the external plugin, defaults to 1.0.0. On ratify initialization, the specified version will be validated against the supported plugin version.

0 commit comments

Comments
 (0)