Skip to content

Commit ac1372c

Browse files
authored
Fix "I progress"
1 parent bea2777 commit ac1372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
703703
- I will have my browser developer console open all the time
704704
- <i>I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect</i>
705705
- <i>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</i>
706-
- I progress with small steps
706+
- I will progress with small steps
707707
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpoint problems
708708
- 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
709709
- 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-get-help-in-discord-telegram) how to ask for help

0 commit comments

Comments
 (0)