From 5e2effed669e1f49f1815916b69d07d81aafc82a Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 4 Jun 2021 17:46:04 +0900 Subject: [PATCH] Update CONTRIBUTING.md fix typos. Change-Id: Ie31d4fb456fd116c41ec2a11ea81c6ccf1140cbd --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea9465c..d427300 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Hermet Park (hermet) is the lead maintainer but there are designated sub-module
## Self Test & Verification -After updated ThorVG code, please verify your change doesn't break the library. We suggests a unit-tests using Catch2 frameworks. You can easily run the Unit Tests with build commands as the following:
+After updating ThorVG code, please verify your change doesn't break the library. We suggest unit-tests using the Catch2 framework. You can easily run it with build commands as the following:

` $meson . build -Dtests=true @@ -24,7 +24,7 @@ $ninja -C build test `

-Please make it sure running all tests and no any Fail cases.
+Please make it sure running all tests and no any fail case.

Expected Fail: 0
Fail: 0
-- 2.7.4