From fe4835e9a8f434e736bf7ab554bd31aa766e71d8 Mon Sep 17 00:00:00 2001 From: Justin D Mathew Date: Tue, 29 Aug 2023 06:53:20 +0100 Subject: [PATCH] Update ts-migrate README.md spelling of wise to wide --- packages/ts-migrate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ts-migrate/README.md b/packages/ts-migrate/README.md index 0b66183..9f5a22e 100644 --- a/packages/ts-migrate/README.md +++ b/packages/ts-migrate/README.md @@ -71,7 +71,7 @@ Examples: # Reignore -If you are in a situation where you made some big project-wise changes, update of the common library like TypeScript, React or Redux or improve types for the large codebase. As a result of these operations, you might get quite a few TypeScript compilation errors. There are two ways to proceed: +If you are in a situation where you made some big project-wide changes, update of the common library like TypeScript, React or Redux or improve types for the large codebase. As a result of these operations, you might get quite a few TypeScript compilation errors. There are two ways to proceed: 1) Fix all the errors (ideal, but time-consuming). 2) Make the project compilable and fix errors gradually.