From 3a24fca5b1e1a581cafbe47471028319c7a72042 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 13 Oct 2022 21:40:02 +0100 Subject: [PATCH] Fix spelling mistakes in the controls section in the book --- book/src/pong/04_controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/pong/04_controls.md b/book/src/pong/04_controls.md index aecb5624..d62f2cd2 100644 --- a/book/src/pong/04_controls.md +++ b/book/src/pong/04_controls.md @@ -79,4 +79,4 @@ In the next step, we'll cover meta-sprites and actually add a bat to our game of # Exercise -Make it so the ball moves twice as fast if you're pressing the `A` button while moving it arond. \ No newline at end of file +Make it so the ball moves twice as fast if you're pressing the `A` button while moving it around. \ No newline at end of file