Skip to content

Commit

Permalink
Update ts-migrate README.md spelling of wise to wide
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMathew authored and lencioni committed Sep 27, 2023
1 parent 17118f1 commit 51a7718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ts-migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51a7718

Please sign in to comment.