First pull request (Programming Getting Started 2/2)
Background
Additions to Open Source projects from outsiders are usually done via Pull requests. Show you can follow this procedure.
This is task 2/2 of our getting started in Programming tasks. It is a requirement for following GitHub tasks.
This is a GitHub task, make sure to read the info.
Task
Find three typos in code comments, fix them and create a pull request on GitHub.
Read and understand this first.
Create a fork of our project and change the git remote of your cloned project of the previous task.
Now, change to the develop branch and go through the code and find some typos in comments ( /** **/ or // ).
Once you found and fixed three of them use git to create a commit with your changes.
Push the changes to your fork and create a pull request on the develop branch of our repository.
Deliverables
Complete the task by providing a link to your open pull request with one commit where the three typos are fixed.