Skip to content

Commit

Permalink
Improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Dec 18, 2024
1 parent bda8159 commit a3323be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/onchain-governance/fast-track-gov-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ By leveraging simulation tools like [Chopsticks](/develop/toolkit/parachains/for
- Analyze the effects of a successfully executed proposal on the network's state
- Identify and troubleshoot potential issues or unexpected consequences before submitting the proposals

This tutorial will guide you through the process of using Chopsticks to test OpenGov proposals thoroughly. This ensures that when you submit a proposal to the live network, you can do so with confidence in its effects and viability.
This tutorial will guide you through using Chopsticks to test OpenGov proposals thoroughly. This ensures that when you submit a proposal to the live network, you can do so with confidence in its effects and viability.

## Prerequisites

Expand Down Expand Up @@ -198,8 +198,8 @@ Create a new function called `forceProposalExecution`:
This function will accomplish two primary objectives:
- Modify the chain storage to artificially set the proposal's approvals and support, ensuring its passage
- Override the scheduler to execute the proposal immediately in the next blocks, circumventing standard waiting periods
- Modify the chain storage to set the proposal's approvals and support artificially, ensuring its passage
- Override the scheduler to execute the proposal immediately in the subsequent blocks, circumventing standard waiting periods

Implement the functionality through the following steps:

Expand Down Expand Up @@ -229,7 +229,7 @@ Implement the functionality through the following steps:
```

???+ child "Utility Function"
This section utilizes a `moveScheduledCallTo` utility function that facilitates moving a scheduled call matching specific criteria to a designated future block. Include this function in the same file:
This section utilizes a `moveScheduledCallTo` utility function to move a scheduled call matching specific criteria to a designated future block. Include this function in the same file:

??? code "`moveScheduledCallTo` code"
```typescript
Expand Down

0 comments on commit a3323be

Please sign in to comment.