Skip to content

Commit a4bf526

Browse files
authored
Merge pull request #2464 from 0x0god/patch-2
fixed a typo and grammatical error
2 parents 22adac2 + 778f0df commit a4bf526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/1/en/part1d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,8 +1029,8 @@ You may find the following links useful:
10291029
Programming is hard, that is why I will use all the possible means to make it easier
10301030
- I will have my browser developer console open all the time
10311031
- I progress with small steps
1032-
- I will write lots of _console.log_ statements to to make sure I understand how the code behaves and to help pinpointing problems
1033-
- 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
1032+
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems
1033+
- 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
10341034
- 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 help
10351035

10361036
</div>

0 commit comments

Comments
 (0)