Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 12, 2023
1 parent e67ec4c commit 5f1c371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/feature-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This section describes the life cycle of a feature proposal.
The first step is to conceive of the new feature and realize it in the
Solana code base, working with the core Solana developers at https://github.com/solana-labs/solana.

During the implementation, a *feature id* will be required to identity the new
During the implementation, a *feature id* will be required to identify the new
feature in the code base to avoid the new functionality until its activation.
The *feature id* for a feature proposal is derived by running the following
commands.
Expand Down Expand Up @@ -140,8 +140,8 @@ acceptance, the votes are tallied by running:
```
$ spl-feature-proposal tally 8CyUVvio2oYAP28ZkMBPHq88ikhRgWet6i4NYsCW5Cxa
```
Anybody may tally the vote. Once the required number of votes are tallied, the
Anybody may tally the vote. Once the required number of votes is tallied, the
feature will be automatically activated at the start of the next epoch.

Upon a successful activation the feature will now show as activated by
`solana feature status` as well.
`solana feature status` as well.

0 comments on commit 5f1c371

Please sign in to comment.