From 4a0c7597956926af277d946b4621771a45fc9e74 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Wed, 20 Feb 2019 17:15:57 -0700 Subject: [PATCH] Fix misspellings stumbled on --- book/src/tictactoe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/tictactoe.md b/book/src/tictactoe.md index 0dbd30b667..dd95f0f5df 100644 --- a/book/src/tictactoe.md +++ b/book/src/tictactoe.md @@ -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