Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you want to help us improve our API, please fork the repo and follow these st
5. Create a new branch for your Feature (`git branch AmazingFeature`)
6. Switch to the branch you are working on (`git checkout AmazingFeature`)
7. Make your changes, commit after every isolated task.
8. Add all of your changes (`git add .`)
8. Add all of your changes (`git add <file name here>` or `git add .`). Do not push any changes to dependencies unless the Issue calls for it.
9. Commit your changes with a detailed description (`git commit -m 'added a, solved b, etc...'`)
10. Push to the Branch (`git push origin AmazingFeature`)
11. Open a Pull Request and follow the rules under "Where should I make my pull request to?"
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<section class="description">
<h1>Coding Resources API</h1>
<p>
This API serves educational content for a wide
Serves educational content for a wide
variety of computer science topics, languages and
technologies relevant to web development.
Search for coding resources by relevant keywords.
Expand Down