Skip to content

Commit 0b0bf25

Browse files
authored
Update part2a.md
fixed a typo
1 parent a90d3f1 commit 0b0bf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Programming is hard, that is why I will use all the possible means to make it ea
567567
- I will have my browser developer console open all the time
568568
- I progress with small steps
569569
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems
570-
- 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
570+
- 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
571571
- When I ask for help in the course Discord or Telegram channel or elsewhere I formulate my questions properly, see [here](http://localhost:8000/en/part0/general_info#how-to-ask-help-in-discord-telegam) how to ask for help
572572

573573
</div>

0 commit comments

Comments
 (0)