fix(curriculum): correct typos in lessons#66755
fix(curriculum): correct typos in lessons#66755huyenltnguyen merged 2 commits intofreeCodeCamp:mainfrom
Conversation
|
Hi there, Thank you for the contribution. The automated checks found a few issues with the PR. Currently the PR description is missing the required checklist or some of its items are not completed:
Please edit your PR description to include the following template with the checklist items completed. Checklist:
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
- [ ] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org).
- [ ] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/).
- [ ] My pull request targets the `main` branch of freeCodeCamp.
- [ ] I have tested these changes either locally on my machine, or GitHub Codespaces.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
Closes #XXXXX
<!-- Feel free to add any additional description of changes below this line -->Join us in our chat room or our forum if you have any questions or need help with contributing. |
|
Hi there, Thanks for opening this pull request. We kindly ask that contributors open an issue before submitting a PR so the change can be discussed and approved before work begins. This helps avoid situations where significant effort goes into something we ultimately cannot merge. Please open an issue first and allow it to be triaged. Once the issue is open for contribution, you are welcome to update this pull request to reflect the issue consensus. Until then, we will not be able to review your pull request. Join us in our chat room or our forum if you have any questions or need help with contributing. |
Summary
Fixed a typo in the Introduction to Git and GitHub lecture where "select on owner" should be "select an owner."
File:
curriculum/challenges/english/blocks/lecture-introduction-to-git-and-github/68829061f03543726ea6f318.mdBefore: "Your next option is to select on owner, you can choose your user account..."
After: "Your next option is to select an owner, you can choose your user account..."
Checklist