From bed07bdbcb02845e1351edbdb1cda088b096ae91 Mon Sep 17 00:00:00 2001 From: Maks Date: Tue, 26 Nov 2024 11:35:12 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e23efaf847..7cfc0f01da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Everyone is very welcome to contribute on the codebase of Remix. Please join our ## Development Remix libraries work closely with [Remix IDE](https://remix.ethereum.org). Each library has a readme to explain its application. -When you add a code in any library, please ensure you add related unit tests. +When you add code in any library, please ensure you add related unit tests. ## Coding style @@ -27,7 +27,7 @@ Then you can replace the string with a intl component. The `id` prop will be the + ``` -In some cases, jsx maybe not be acceptable, you can use `intl.formatMessage` . +In some cases, jsx may not be acceptable, you can use `intl.formatMessage` . ```jsx