Skip to content

Commit 84b01ae

Browse files
authored
fixed: to correct grammatical mistakes (#1307)
Corrected grammatical mistakes
1 parent 1381ed0 commit 84b01ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
- [ ] All new JavaScript files are placed inside an existing directory.
1616
- [ ] All filenames should use the UpperCamelCase (PascalCase) style. There should be no spaces in filenames.
1717
**Example:**`UserProfile.js` is allowed but `userprofile.js`,`Userprofile.js`,`user-Profile.js`,`userProfile.js` are not
18-
- [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
18+
- [ ] All new algorithms have a URL in their comments that points to Wikipedia or another similar explanation.
1919
- [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.

0 commit comments

Comments
 (0)