Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typos #59

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Season-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ For Levels 2-4 in Season 2, we encourage you to enable code scanning with CodeQL
### 🚦 Time to start!

1. Start by installing the dependencies required for this level, by running `npm install`. These dependancies reside inside `package.json`.
1. Review the code in `code.py`. Can you spot the bug(s)?
1. Review the code in `code.js`. Can you spot the bug(s)?
1. Try to fix the bug. Open a pull request to `main` or push your fix to a branch.
1. You successfully completed this level when you (a) resolve all related code scanning alerts and (b) when both `hack.py` and `tests.py` pass 🟢.
1. You successfully completed this level when you (a) resolve all related code scanning alerts and (b) when both `hack.js` and `tests.js` pass 🟢.
1. If you get stuck, read the hint and try again.
1. If you need more guidance, read the CodeQL scanning alerts.
1. Compare your solution to `solution.py`.
1. Compare your solution to `solution.js`.

If you need assistance, don't hesitate to ask for help in our [GitHub Discussions](https://github.com/skills/secure-code-game/discussions) or on our [Slack](https://gh.io/securitylabslack) in the [#secure-code-game](https://ghsecuritylab.slack.com/archives/C05DH0PSBEZ) channel.

Expand Down Expand Up @@ -231,4 +231,4 @@ Get help: Email us at [email protected] • [Review the GitHub st

© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)

</footer>
</footer>