From b92b915d55e088015a9180f3ec7311695ed839d4 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 19 Mar 2024 12:55:14 -0700 Subject: [PATCH] docs (Typo) replace "ineviable" with "inevitable" This change was inevitable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870f180..7c9dbc1 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ Class components may receive refs; this is to be supported in the future. Once i ### Syntactic styles -This codemod relies on [recast](https://github.com/benjamn/recast) for pretty-printing and sometimes generates code that does not match your preferred style. This is ineviable. For example it does not currently emit parentheses for the arrow function: +This codemod relies on [recast](https://github.com/benjamn/recast) for pretty-printing and sometimes generates code that does not match your preferred style. This is inevitable. For example it does not currently emit parentheses for the arrow function: ```js