From f2c4db699bb9275986fbcadfb00bb6a443235c49 Mon Sep 17 00:00:00 2001 From: Remi-Frk <89904222+Remi-Frk@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:59:04 +0100 Subject: [PATCH] =?UTF-8?q?fix=20num=C3=A9rotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 681d33ce0..c30575462 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -55,7 +55,7 @@ _Before_ submitting a pull request, please make sure the following is doneā€¦ 1. EMJPM uses Yarn for running development scripts. If you haven't already done so, please [install yarn](https://yarnpkg.com/en/docs/install). -1) Make sure you have a compatible version of `node` installed (As of October 25th 2019, `v12.x` is recommended). +1. Make sure you have a compatible version of `node` installed (As of October 25th 2019, `v12.x` is recommended). ```sh node -v