Skip to content

Commit 4c4357f

Browse files
authored
Merge pull request #2500 from vpalmu/patch-1
Update part3c.md
2 parents d59eb61 + d8f048a commit 4c4357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
906906
- I will have my browser developer console open all the time
907907
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
908908
- I will constantly keep on eye the state of the server to make sure that the data sent there by the fronend is saved there as I expect
909-
- <i>I will keep on eye on the database: does the backend save data there in the right format</i>
909+
- <i>I will keep an eye on the database: does the backend save data there in the right format</i>
910910
- I progress with small steps
911911
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpoint problems
912912
- If my code does not work, I will not write more code. Instead, I start deleting the code until it works or just return to a state when everything still was still working

0 commit comments

Comments
 (0)