Skip to content

Commit 697e0b1

Browse files
authored
Fix pronoun consistency
Throughout the course, we as a pronoun has been used exclusively. I figured to be consistent, changing I'll to we will would align with the rest of the courses tonality.
1 parent ff09aba commit 697e0b1

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
@@ -153,7 +153,7 @@ The current code for the application is in [GitHub](https://github.com/fullstack
153153

154154
### Synchronizing data to the server using React Query
155155

156-
Data is already successfully retrieved from the server. Next, I'll make sure that the added and modified data is stored on the server. Let's start by adding new notes.
156+
Data is already successfully retrieved from the server. Next, we will make sure that the added and modified data is stored on the server. Let's start by adding new notes.
157157

158158
Let's make a function <i>addANote</i> to the file <i>requests.js</i> for saving new notes:
159159

0 commit comments

Comments
 (0)