From 9ef83702cf97f16ceaa235f3989de614b0bd5026 Mon Sep 17 00:00:00 2001 From: Shikhar Agnihotri Date: Tue, 20 Mar 2018 20:19:35 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#2601) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e12b3d0a3b..1ee6aa652a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ license agreement as either a [corporation](https://jitsi.org/ccla) or an in the agreement, unfortunately, we cannot accept your contribution. ## Creating Pull Requests -- Make sure your code passes the linter rules beforehand. The linter is exeuted +- Make sure your code passes the linter rules beforehand. The linter is executed automatically when committing code. - Perform **one** logical change per pull request. - Maintain a clean list of commits, squash them if necessary.