From 80a5a7b50ff76bc10bf219eab67dc3b483e73005 Mon Sep 17 00:00:00 2001 From: swedge Date: Sat, 11 Jul 2020 23:49:02 -0400 Subject: [PATCH] Fixes #169 --- CONTRIBUTING.md | 4 ++-- TOC.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb9f4142..0c5d16ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,13 +15,13 @@ This is the most simple project when it comes to contributions, setup, opening i - We use ESLint for code linting - The linter follows [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) - Go through the folder structure carefully and follow the same -- Go through the format and file convenetions used while adding tests (both test case and test files) +- Go through the format and file conventions used while adding tests (both test case and test files) ## How to pick up an Issue - Comment on the issue first so that we can assign you the issue. - If you raise a Pull Request for an issue and the Issue was not assigned to you, your PR will be marked as **Invalid** -## Submititng a Pull Request (PR) +## Submittng a Pull Request (PR) - Add yourself to the assignee section - Add meaningful heading and description to your PR - Also mention the issue number in the description using **'#'**, e.g: **#12** diff --git a/TOC.md b/TOC.md index 2cac390f..086d1ab6 100644 --- a/TOC.md +++ b/TOC.md @@ -61,7 +61,7 @@ - [Find 2 numbers that add upto N](src/_Problems_/find-2-nums-adding-to-n) - [Find 2nd Maxinum from an Array](src/_Problems_/find-2nd-max) - [FizzBuzz](src/_Problems_/fizzbuzz) -- [String Permutaions](src/_Problems_/get-string-permutations) +- [String Permutations](src/_Problems_/get-string-permutations) - [Get Subsequence](src/_Problems_/get_subsequence) - [Get Maze Path](src/_Problems_/get-mazePath) - [Get longest consecutive 1s](src/_Problems_/max-consecutive-1s)