Skip to content

Commit 00f8669

Browse files
committed
fix CI
1 parent 886dd49 commit 00f8669

File tree

1 file changed

+4
-4
lines changed
  • docs/src/architecture/08_concepts/catalyst_voting

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ event = {
3838
}
3939
```
4040

41-
* `brand_id` - a unique identifier which represents a "brand" who is running the voting,
41+
* `brand_id` - a unique identifier which represents a "brand" who is running the voting,
4242
e.g. Catalyst, Midnight.
43-
* `campaign_id` - a unique identifier which defines a "campaign" of voting,
43+
* `campaign_id` - a unique identifier which defines a "campaign" of voting,
4444
e.g. "treasury campaign".
45-
* `election_id` - a unique identifier which defines an election,
45+
* `election_id` - a unique identifier which defines an election,
4646
e.g. "Catalyst Fund 1", "Catalyst Fund 2".
47-
* `category_id` - a unique identifier which defines a voting category as a collection of proposals,
47+
* `category_id` - a unique identifier which defines a voting category as a collection of proposals,
4848
e.g. "Development & Infrastructure", "Products & Integrations".
4949

5050
### Public vote

0 commit comments

Comments
 (0)