Skip to content

Commit 7d8fd29

Browse files
authored
Merge pull request #2481 from Dezzep/patch-3
Fix pronoun consistency
2 parents b3a8538 + 697e0b1 commit 7d8fd29

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)