Skip to content

Commit

Permalink
fixed: to correct grammatical mistakes (TheAlgorithms#1307)
Browse files Browse the repository at this point in the history
Corrected grammatical mistakes
  • Loading branch information
htinz authored Mar 23, 2023
1 parent 1381ed0 commit 84b01ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
- [ ] All new JavaScript files are placed inside an existing directory.
- [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames.
**Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not
- [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
- [ ] All new algorithms have a URL in their comments that points to Wikipedia or another similar explanation.
- [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.

0 comments on commit 84b01ae

Please sign in to comment.