Skip to content

Commit 22c945a

Browse files
authored
fixed typos
1 parent 41f2387 commit 22c945a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/5/en/part5b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
496496

497497
- I will have my browser developer console open all the time
498498
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
499-
- I will constantly keep on eye the state of the server to make sure that the data sent there by the frontend is saved there as I expect
500-
- I will keep on eye on the database: does the backend save data there in the right format
499+
- I will constantly keep an eye on the state of the server to make sure that the data sent there by the frontend is saved there as I expect
500+
- I will keep an eye on the database: does the backend save data there in the right format
501501
- I progress with small steps
502502
- <i>when I suspect that there is a bug in the frontend, I make sure that the backend works for sure</i>
503503
- <i>when I suspect that there is a bug in the backend, I make sure that the frontend works for sure</i>

0 commit comments

Comments
 (0)