From 670ddfd2806ee8db1ce64e42564d19f54d18b5d3 Mon Sep 17 00:00:00 2001 From: Salame William Date: Fri, 29 Dec 2017 00:10:26 +0100 Subject: [PATCH] doc: fixed a forgotten comma Added a forgotten comma inside CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba8315f58e9bc9..cd63ce63ad84e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -828,7 +828,7 @@ The following additional resources may be of assistance: * [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) * [core-validate-commit](https://github.com/evanlucas/core-validate-commit) - A utility that ensures commits follow the commit formatting guidelines. -* How to respectfully and usefully review code part [one](https://mtlynch.io/human-code-reviews-1/) and [two](https://mtlynch.io/human-code-reviews-2/) +* How to respectfully and usefully review code, part [one](https://mtlynch.io/human-code-reviews-1/) and [two](https://mtlynch.io/human-code-reviews-2/) * [How to write a positive code review](https://css-tricks.com/code-review-etiquette/)