diff --git a/codemods/msw/2/type-args/README.md b/codemods/msw/2/type-args/README.md index f410ab32..947fce71 100644 --- a/codemods/msw/2/type-args/README.md +++ b/codemods/msw/2/type-args/README.md @@ -6,7 +6,7 @@ There is a change to generic type interface of `rest.method()` calls. This codem ### WARNING -This codemod runs `.fixUnusedIdentifiers()` on a target source file. This would remove any unused declarations in the file. This is due to the atomicity of this mod, which blindly inserts the callback structure into each msw handler callback and then cleans up the variables that are not used. +This codemod runs `.fixUnusedIdentifiers()` on a target source file. This would remove any unused declarations in the file. This is due to the atomicity of this mod, which blindly inserts the callback structure into each msw handler callback and then cleans up the variables that are not used anymore. ## Example