Skip to content

Commit a1c96f8

Browse files
committed
fix
1 parent 0df3cb7 commit a1c96f8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

rust/signed_doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Which stores an actual document data which should follow to some schema.
6969
### Signature protected header
7070

7171
As it mentioned earlier, Catalyst signed document utilizes `COSE Signed Data Object` format,
72-
which allows to provide mutli-signature functionality.
72+
which allows to provide multi-signature functionality.
7373
In that regard,
7474
each Catalyst signed document [COSE] signature **must** include the following protected header field:
7575

rust/signed_doc/examples/mk_signed_doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ enum Cli {
5151
pk: PathBuf,
5252
/// Path to the fully formed (should has at least one signature) COSE document
5353
doc: PathBuf,
54-
/// Path to the json schema (Draft 7) to validate document agains it
54+
/// Path to the json schema (Draft 7) to validate document against it
5555
schema: PathBuf,
5656
},
5757
}

rust/signed_doc/meta.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// cspell: words FWCQFZPHJH
12
{
23
"$schema": "http://json-schema.org/draft-07/schema#",
34
"description": "Catalyst signed document metadata json schema",

0 commit comments

Comments
 (0)