Skip to content

Commit 69e6b44

Browse files
authored
Merge pull request #4247 from elfaidi-ghassen/patch-3
fix: correct grammar and improve flow in mutations section
2 parents 90f8db6 + 3552980 commit 69e6b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ const App = () => {
344344
}
345345
```
346346

347-
So again, a mutation was created that invalidated the query <i>notes</i> so that the updated note is rendered correctly. Using mutations is easy, the method <i>mutate</i> receives a note as a parameter, the importance of which is been changed to the negation of the old value.
347+
So again, the mutation we created invalidates the notes query so that the updated note is rendered correctly. Using mutations is easy, the method <i>mutate</i> receives a note as a parameter, the importance of which has been changed to the negation of the old value.
348348

349349
The current code for the application is on [GitHub](https://github.com/fullstack-hy2020/query-notes/tree/part6-2) in the branch <i>part6-2</i>.
350350

0 commit comments

Comments
 (0)