From 30d7a5f8d24c9073ac9010ef96bf76c088ec280d Mon Sep 17 00:00:00 2001 From: boby <73424060+bobychaudhary@users.noreply.github.com> Date: Sat, 18 Dec 2021 15:02:23 +0530 Subject: [PATCH] Fix: Fixed small type in script/README file --- script/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/README.md b/script/README.md index 936650f12e6f..85e312ac06f2 100644 --- a/script/README.md +++ b/script/README.md @@ -383,7 +383,7 @@ Run this script to remove reusables and image files that exist in the repo but a ### [`reset-translated-file.js`](reset-translated-file.js) -This is a convenience script for replacing the contents of translated files with the English content from their corresponding source file. +This is a convenient script for replacing the contents of translated files with the English content from their corresponding source file. It's intended to be a workaround to temporarily bypass Crowdin parser bugs while we wait for translators to fix them.