Skip to content

Commit 78a254b

Browse files
authored
fixed typo
1 parent 0c9e5bf commit 78a254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
10001000
10011001
- I will have my browser developer console open all the time
10021002
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
1003-
- 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
1003+
- 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
10041004
- I will keep an eye on the database: does the backend save data there in the right format
10051005
- I will progress in small steps
10061006
- <i>I will write lots of _console.log_ statements to make sure I understand how the code and the tests behave and to help pinpoint problems</i>

0 commit comments

Comments
 (0)