From 27840ef109d96194bba1f34e5b74b286eb8b79f8 Mon Sep 17 00:00:00 2001 From: pavlosoletskyy <165999040+pavlosoletskyy@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:39:20 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3c3756ab9..47a1add059 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add the ability to toggle the completed status of all the todos with the `toggle - `toggleAll` button should have `active` class only if all the todos are completed; - `toggleAll` click changes its status to the opposite one, and sets this new status to all the todos; - it should work the same as several individual updates of the todos which statuses were actually changed; -- do send requests for the todos that were not changed; +- don't send requests for the todos that were not changed; ## Renaming a todo @@ -41,7 +41,7 @@ Implement the ability to edit a todo title on double click: - open `cypress/integration/page.spec.js` - replace `describe.skip` with `describe` for the root `describe` -> ❗❗All tests should pass, even if some behaviour in not well explained in the task❗❗ +> ❗❗All tests should pass, even if some behaviour is not well explained in the task❗❗ ## Instructions