Skip to content

Commit 0c4717f

Browse files
committed
fix spelling
1 parent 0dfc4b6 commit 0c4717f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/architecture/08_concepts/signed_object/cddl/signed_object_meta.cddl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ signed_object_fields = {
77
"ver" => UUID, ; UUID v7
88

99
1 => -8, ; "alg": EdDSA
10-
3 => tstr / int, ; "content type"
11-
? "content encoding" => tstr / int, ; payload content encoding
10+
3 => text / int, ; "content type"
11+
? "content encoding" => text / int, ; payload content encoding
1212

1313
* metadata-key => metadata-value
1414
}

docs/src/architecture/08_concepts/signed_object/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ Only `ed25119` considered at this moment as the only option to be supported for
121121
#### `content type`
122122

123123
This is an original [COSE] header field,
124-
which indicates the `content type` of the [content](#signed-object-content) ([COSE] `pyaload`) data.
124+
which indicates the `content type` of the [content](#signed-object-content) ([COSE] `payload`) data.
125125

126126
#### `content encoding` (optional)
127127

128128
This field is used to indicate the content encodings algorithm of the [content](#signed-object-content) data.
129129

130130
### Signed Object content
131131

132-
The signed object content data is encoded (and could be additionaly compressed,
132+
The signed object content data is encoded (and could be additionally compressed,
133133
read [`content encoding`](#content-encoding-optional)) as [COSE] `payload`.
134134

135135
### [COSE] signature protected header

0 commit comments

Comments
 (0)