Skip to content

Commit 636664a

Browse files
authored
Merge pull request knaxus#170 from scottwedge/master
Fixes knaxus#169
2 parents d4791c0 + 80a5a7b commit 636664a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This is the most simple project when it comes to contributions, setup, opening i
1515
- We use ESLint for code linting
1616
- The linter follows [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
1717
- Go through the folder structure carefully and follow the same
18-
- Go through the format and file convenetions used while adding tests (both test case and test files)
18+
- Go through the format and file conventions used while adding tests (both test case and test files)
1919

2020
## How to pick up an Issue
2121
- Comment on the issue first so that we can assign you the issue.
2222
- If you raise a Pull Request for an issue and the Issue was not assigned to you, your PR will be marked as **Invalid**
2323

24-
## Submititng a Pull Request (PR)
24+
## Submittng a Pull Request (PR)
2525
- Add yourself to the assignee section
2626
- Add meaningful heading and description to your PR
2727
- Also mention the issue number in the description using **'#'**, e.g: **#12**

TOC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
- [Find 2 numbers that add upto N](src/_Problems_/find-2-nums-adding-to-n)
6262
- [Find 2nd Maxinum from an Array](src/_Problems_/find-2nd-max)
6363
- [FizzBuzz](src/_Problems_/fizzbuzz)
64-
- [String Permutaions](src/_Problems_/get-string-permutations)
64+
- [String Permutations](src/_Problems_/get-string-permutations)
6565
- [Get Subsequence](src/_Problems_/get_subsequence)
6666
- [Get Maze Path](src/_Problems_/get-mazePath)
6767
- [Get longest consecutive 1s](src/_Problems_/max-consecutive-1s)

0 commit comments

Comments
 (0)