Skip to content

Commit ac437a1

Browse files
committed
fix md and spelling
1 parent a917bd0 commit ac437a1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/src/architecture/08_concepts/catalyst_voting/cat_v2.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Created: 2024-10-24
1515

1616
## Abstract
1717

18-
This document decribes a Catalyst V2 vote transaction structure.
18+
This document describes a Catalyst V2 vote transaction structure.
1919

2020
## Motivation
2121

@@ -26,10 +26,12 @@ defined on top the ["Generalized Vote Transaction"](./gen_vote_tx.md#specificati
2626

2727
Following that spec we need define a format of `choice`, `proof` and `prop_id`.
2828

29+
<!-- markdownlint-disable max-one-sentence-per-line -->
2930
!!! note
3031

3132
- If `choice` is a *public* one, `proof` **must** be `null`.
3233
- If `choice` is *private* one, `proof` **must** be **not** `null`.
34+
<!-- markdownlint-disable max-one-sentence-per-line -->
3335

3436
<!-- markdownlint-disable max-one-sentence-per-line code-block-style -->
3537
??? note "vote transaction v2 definition: `vote_tx_v2.cddl`"
@@ -63,7 +65,6 @@ the following properties are used:
6365

6466
<!-- OPTIONAL SECTIONS: see CIP-0001 > Document > Structure table -->
6567

66-
[BLAKE2b-256]: https://www.blake2.net/blake2.pdf
6768
[BLAKE2b-512]: https://www.blake2.net/blake2.pdf
6869
[ristretto255]: https://ristretto.group
6970
<!-- [COSE]: https://datatracker.ietf.org/doc/rfc9052/ -->

docs/src/architecture/08_concepts/catalyst_voting/gen_vote_tx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Created: 2024-09-04
1515

1616
## Abstract
1717

18-
This document defines a generilized view of the "Catalyst" voting transaction.
18+
This document defines a generalized view of the "Catalyst" voting transaction.
1919

2020
## Motivation
2121

docs/src/architecture/08_concepts/catalyst_voting/jorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Created: 2024-10-24
1515

1616
## Abstract
1717

18-
This document decribes a definition of the original Jörmungandr `VoteCast` transaction.
18+
This document describes a definition of the original Jörmungandr `VoteCast` transaction.
1919

2020
## Motivation
2121

0 commit comments

Comments
 (0)