Skip to content

Commit c46f2cd

Browse files
committed
Fix typo in README.md
1 parent c1fc064 commit c46f2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ For each level, you will find the same file structure:
2121
1. Review the code in `src/main.py`. Can you spot the bug(s)?
2222
2. Try to fix the bug(s). Ensure that unit tests are still passing 🟢.
2323
- [ ] Make a new **Pull Request** with a description of what you fixed.
24-
- [ ] Observer the GitHub Workflow logs, and ensure that the code is error free.
25-
- [ ] Once all workflow pass, **merge** the pull request.
24+
- [ ] Observe the GitHub Workflow logs, and ensure that the code is error free.
25+
- [ ] Once all workflows pass, **merge** the pull request.
2626

2727
> [!NOTE]
2828
> You successfully completed the level when the Github Workflow passes 🟢.

0 commit comments

Comments
 (0)