Skip to content

Commit 55154c7

Browse files
authored
Merge pull request #2468 from xPolydeuces/patch-1
Fix typos
2 parents 59dd5ef + 87ce0bd commit 55154c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/4/en/part4b.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,11 +1003,11 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
10031003
10041004
- I will have my browser developer console open all the time
10051005
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
1006-
- 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
1007-
- I will keep on eye on the database: does the backend save data there in the right format
1008-
- I progress with small steps
1006+
- 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
1007+
- I will keep an eye on the database: does the backend save data there in the right format
1008+
- I will progress in small steps
10091009
- <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>
1010-
- 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
1010+
- 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 was still working
10111011
- <i>If a test does not pass, I make sure that the tested functionality for sure works in the application</i>
10121012
- When I ask for help in the course Discord or Telegram channel or elsewhere I formulate my questions properly, see [here](https://fullstackopen.com/en/part0/general_info#how-to-ask-help-in-discord-telegam) how to ask for help
10131013

0 commit comments

Comments
 (0)