Problem: Some typos in the docs for election management

Solution: Fixed the typos
This commit is contained in:
z-bowen 2018-09-12 11:15:33 +02:00
parent 12dd7abb29
commit 7333d48e45

View File

@ -95,7 +95,7 @@ There are multiple types of election, which each take different parameters. Belo
###### election new upsert-validator
Call an election to add/update/remove a validator from the validator set.
Create an election to add/update/remove a validator from the validator set.
```bash
@ -126,7 +126,7 @@ If the command succeeds, it will create an election and return an `election_id`.
#### election approve
Approve an election by voting for it. The propsal generated by executing `bigchaindb election new ...` can approved by the validators using this command. The validator who is approving the proposal will spend all their votes i.e. if the validator has a network power of `10` then they will cast `10` votes for the proposal.
Approve an election by voting for it. The proposal generated by executing `bigchaindb election new ...` can be approved by the validators using this command. The validator who is approving the proposal will spend all their votes i.e. if the validator has a network power of `10` then they will cast `10` votes for the proposal.
Below is the command line syntax and the return value,