From bf0725646362c759e7b592f51a5a01dbdcb91b1a Mon Sep 17 00:00:00 2001 From: Kara Stubbs Date: Wed, 15 May 2019 11:57:32 +0100 Subject: [PATCH] Update CONTRIBUTING.MD Co-Authored-By: Sofia Pohjalainen <17658189+sofiapoh@users.noreply.github.com> --- CONTRIBUTING.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 8c037f09..4cfed5e3 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -28,7 +28,7 @@ There is also a CI step in place to lint all committed files. If any of the stag ### Before submitting a PR... -Thanks for taking the time to help us make React-Live even better! Before you go ahead and submit a PR, make sure that you have done the following: +Thanks for taking the time to help us make react-live even better! Before you go ahead and submit a PR, make sure that you have done the following: - Run the tests using `yarn run test`. - Run lint and flow using `yarn run lint`