From a229c9e10e7deb16fdc0fa60697de185c8a01b06 Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Wed, 3 Oct 2018 14:43:56 +0100 Subject: [PATCH] docs: Fix typo in contributing guidelines Change-type: patch Signed-off-by: Lucian Buzzo --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c7ce8caa..25332674 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -204,7 +204,7 @@ Before your pull request can be merged, the following conditions must hold: - The linter doesn't throw any warning. -- All the tests passes. +- All the tests pass. - The coding style aligns with the project's convention.