Skip to content

Commit f62c89b

Browse files
author
Sam Vitare
authored
Update part5b.md
Grammar correction
1 parent 26bd4b0 commit f62c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
502502
- <i>when I suspect that there is a bug in the frontend, I make sure that the backend works for sure</i>
503503
- <i>when I suspect that there is a bug in the backend, I make sure that the frontend works for sure</i>
504504
- 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
505-
- 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
505+
- 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
506506
- If a test does not pass, I make sure that the tested functionality for sure works in the application
507507
- 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
508508

0 commit comments

Comments
 (0)