From 09c792142681d8861a39ca05e47d658887936cc2 Mon Sep 17 00:00:00 2001 From: jayhcrawford <141302428+jayhcrawford@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:02:15 -0800 Subject: [PATCH] English Grammar --- src/content/8/en/part8d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/8/en/part8d.md b/src/content/8/en/part8d.md index 6f58b46795..84fadc1d93 100644 --- a/src/content/8/en/part8d.md +++ b/src/content/8/en/part8d.md @@ -328,7 +328,7 @@ Implement a view which shows all the books based on the logged-in user's favouri In the previous two exercises, the filtering could have been done using just React. To complete this exercise, you should redo the filtering the books based on a selected genre (that was done in exercise 8.19) using a GraphQL query to the server. If you already did so then you do not have to do anything. -This and the next exercises are quite **challenging** like it should be this late in the course. You might want to complete first the easier ones in the [next part](/en/part8/fragments_and_subscriptions). +This and the next exercise are quite **challenging**, like they should be this late in the course. It may help you to complete the easier exercises in the [next part](/en/part8/fragments_and_subscriptions) before doing 8.21 and 8.22. #### 8.22 Up-to-date cache and book recommendations