Skip to content

Commit 7e4c63f

Browse files
authored
JavaScript, not Javascript (#166)
1 parent c276a69 commit 7e4c63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to Javascript community
1+
# Welcome to JavaScript community
22

33
### **Describe your change:**
44

@@ -12,7 +12,7 @@
1212
* [ ] This pull request is all my own work -- I have not plagiarized.
1313
* [ ] I know that pull requests will not be merged if they fail the automated tests.
1414
* [ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
15-
* [ ] All new Javascript files are placed inside an existing directory.
15+
* [ ] 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
1818
* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.

0 commit comments

Comments
 (0)