Skip to content

Commit eebb9fd

Browse files
committed
fix punctuation and trailing spaces
1 parent b323875 commit eebb9fd

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

docs/cheqd-cli/cheqd-cli-gov-proposals-types.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ cheqd-noded tx gov submit-proposal [path/to/proposal.json]
2424
--gas-prices 5000ncheq
2525
```
2626

27-
## Examples of `proposal.json` for a few commonly submitted proposal types:
27+
## Examples of `proposal.json` for a few commonly submitted proposal types
2828

29-
### 1) Text proposals:
29+
### 1) Text proposals
3030

3131
```bash
3232
{
@@ -43,7 +43,7 @@ The main parameters here are:
4343
- `proposal-title` - name of the proposal.
4444
- `proposal_description` - proposal description; limited to 255 characters; you can use json markdown to provide links.
4545

46-
### 2) Community Pool Spend:
46+
### 2) Community Pool Spend
4747

4848
```bash
4949
{
@@ -73,11 +73,11 @@ The main parameters here are:
7373
- `proposal-title` - name of the proposal.
7474
- `proposal_description` - proposal description; limited to 255 characters; you can use json markdown to provide links.
7575
- `recipient-address`- cheqd address to which the community pool tokens should be sent.
76-
- `amount` - amount of tokens to be sent to the recipient address.
76+
- `amount` - amount of tokens to be sent to the recipient address.
7777

78-
### 3) Software upgrade:
78+
### 3) Software upgrade
7979

80-
```
80+
```json
8181
{
8282
"messages": [
8383
{
@@ -110,7 +110,7 @@ The main parameters here are:
110110
- `operator_alias` - alias of a key which will be used for signing proposal.
111111
- `<chain_id>` - identifier of chain which will be used while creating the blockchain.
112112

113-
### 4) IBC Recover Client:
113+
### 4) IBC Recover Client
114114

115115
```bash
116116
{
@@ -142,7 +142,7 @@ The main parameters here are:
142142

143143
Cosmos SDK v0.50+ also added support for **expedited proposals**. Expedited proposals have shorter a voting period and a higher tally threshold by default. If an expedited proposal fails to meet the threshold within the shorter voting period, it is then automatically converted to a regular proposal and restarts voting under regular voting conditions.
144144

145-
### Submitting expedited proposals
145+
### Submitting expedited proposals
146146

147147
Any and all proposals can be submitted as expedited proposals by switching the `expedited` field to `true` in proposal.json file. Eg;-
148148

docs/upgrades/propose-software-upgrade.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ cheqd-noded tx gov submit-proposal [path/to/proposal.json]
3232
--gas-adjustment 1.4 \
3333
--gas-prices 5000ncheq
3434
```
35-
Where the contents of `proposal.json` are in the following format
36-
```bash
35+
36+
Where the contents of `proposal.json` are in the following format:
37+
38+
```json
3739
{
3840
"messages": [
3941
{

0 commit comments

Comments
 (0)