Skip to content

Commit bd3ee0d

Browse files
authored
Merge pull request #2568 from hbaklan943/patch-1
fixed typos
2 parents 8661eef + 81ea81d commit bd3ee0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/3/en/part3c.md

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

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
908-
- 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
908+
- 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
909909
- <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
912-
- 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
912+
- 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
913913
- 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
914914

915915
</div>

0 commit comments

Comments
 (0)