Fix misspellings stumbled on

This commit is contained in:
Tyera Eulberg 2019-02-20 17:15:57 -07:00 committed by Tyera Eulberg
parent a131c90260
commit 4a0c759795
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ Next, follow the steps in the git repository's
## Getting tokens to users
You may have noticed you interacted with the Solana cluster without first
needing to aquire tokens to pay transaction fees. Under the hood, the web
needing to acquire tokens to pay transaction fees. Under the hood, the web
app creates a new ephemeral identity and sends a request to an off-chain
service for a signed transation authorizes a user to start a new game.
service for a signed transaction authorizing a user to start a new game.
The service is called a *drone*. When the app sends the signed transaction
to the Solana cluster, the drone's tokens are spent to pay the transaction
fee and start the game. In a real world app, the drone might request the user