From e7d98c7af2b112fb3cf7f501fc82f4faf22f653f Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 8 Mar 2021 12:20:55 +1300 Subject: [PATCH] Fix typo "turn of" -> "turn off" in Using tilemaps (#4728) --- tutorials/2d/using_tilemaps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/2d/using_tilemaps.rst b/tutorials/2d/using_tilemaps.rst index e156b7d39..1ac3841a1 100644 --- a/tutorials/2d/using_tilemaps.rst +++ b/tutorials/2d/using_tilemaps.rst @@ -301,7 +301,7 @@ arrangement that this mode can test for. Disabling autotile ~~~~~~~~~~~~~~~~~~ -When using an autotile, it is possible to turn of the autotile behaviour and +When using an autotile, it is possible to turn off the autotile behaviour and select tiles manually, by clicking "Disable Autotile" at the top of the tile selection window.