Fix typos (#18)

This commit is contained in:
F 2022-01-06 13:19:14 +11:00 committed by GitHub
parent 16804bffb9
commit e3b7cf9a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ The developer using the SDK can configure which ERC-20 token contract is used.
## WakuConnect Vote SDK
The WakuConnect Vote SDK allows you to leverage Waku to save gas fees for most voters.
It uses Waku to broadcast and aggregates votes.
It uses Waku to broadcast and aggregate votes.
Most token holders will not need to spend gas to vote.
Only the party that starts an election and submit the end results need to interact with the blockchain.
@ -64,7 +64,7 @@ Tracked with [status-im/wakuconnect-vote-poll-sdk#11](https://github.com/status-
## WakuConnect Poll SDK
The WakuConnect Poll SDK allows you to leverage Waku and enable token holder to create, answer and view polls.
The WakuConnect Poll SDK allows you to leverage Waku and enable token holders to create, answer and view polls.
The polls are not committed to the blockchain and hence do not cost gas.
As the polls use Waku, they do maintain properties expected from dApps: decentralized and censorship-resistant.

View File

@ -6,8 +6,8 @@ weight: 13
# Create-A-Poll Button
Create the `Poll` component,
it will allow the user to create a new poll, view polls and answer them.
Create the `Poll` component.
It will allow the user to create a new poll, view polls and answer them.
We'll start by adding a button to create a poll.
```shell

View File

@ -6,7 +6,7 @@ weight: 14
# Poll Creation Component
The Poll SDK provide an off-the-shelf component to create a new poll: `PollCreation`.
The Poll SDK provides an off-the-shelf component to create a new poll: `PollCreation`.
It takes in a `WakuPolling` hook that can created with `useWakuPolling`.
`useWakuPolling` takes: