From d9b0378c050e9fcbb81e307239bad4e3076c7e1d Mon Sep 17 00:00:00 2001 From: stephen-hero <78870893+stephen-hero@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:12:11 +0200 Subject: [PATCH] Update task.md (#221) language checked --- LastPush/CompleteTheProject/task.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/LastPush/CompleteTheProject/task.md b/LastPush/CompleteTheProject/task.md index 736401a8..000bb7f5 100644 --- a/LastPush/CompleteTheProject/task.md +++ b/LastPush/CompleteTheProject/task.md @@ -1,9 +1,9 @@ -On this step you need to finish the app. +On this step, you need to complete the app. ### Task -Implement the `applyGenerator` function, that accepts `pattern`, `generatorName`, `width` and `height` -and trims the `pattern` and finally applies `canvasGenerator` or `canvasWithGapsGenerator` function. +Implement the `applyGenerator` function, which accepts `pattern`, `generatorName`, `width`, and `height`, +then trims the `pattern`, and finally, applies the `canvasGenerator` or `canvasWithGapsGenerator` function.