From bb49e51c5fe8ba4961edb6f4daab738f5d7cd6f4 Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 25 May 2023 10:38:36 +0100 Subject: [PATCH] docs(buncer):fix audit typo --- subjects/mobile-dev/bouncer/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/mobile-dev/bouncer/audit/README.md b/subjects/mobile-dev/bouncer/audit/README.md index 0652f793..d260124a 100644 --- a/subjects/mobile-dev/bouncer/audit/README.md +++ b/subjects/mobile-dev/bouncer/audit/README.md @@ -4,7 +4,7 @@ ###### Does the app run without crashing? -###### Does the `ball` collide properly with this `walls`, `blocks` and the `player's tile`, its angle changes according to the [rule](https://www.toppr.com/ask/en-af/question/1865186/): it leaves with the same angle it came? +###### Does the `ball` collide properly with the `walls`, `blocks` and the `player's tile`, changing its angle according to this [rule](https://www.toppr.com/ask/en-af/question/1865186/): it leaves with the same angle it came? ###### Does the `player's tile` move in the same direction as phone is tilted?