From 61ac0c8889a58ba57a3f1fc55e5f25c0a7bc1325 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:27:42 +0200 Subject: [PATCH] typos CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aae9903e11..4c0fbf99fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Remix now supports Internationalization. Everyone is welcome to contribute to th ### How to make a string support intl? First, put the string in the locale file located under `apps/remix-ide/src/app/tabs/locales/en`. Each json file corresponds to a module. If the module does not exist, then create a new json and import it in the `index.js`. -Then you can replace the string with a intl component. The `id` prop will be the key of this string. +Then you can replace the string with an intl component. The `id` prop will be the key of this string. ```jsx