Skip to content

Commit 67daf7d

Browse files
Update when-not-to-codemod.mdx
1 parent 8f58bbb commit 67daf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/guides/when-not-to-codemod.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ const App = props => {
163163
};
164164
```
165165

166-
Although you might see this result as less than idea, since the logic still refers to the old name. It's still a great solution to the problem because we now have a codemod that is a lot simpler (because we can get rid of half of the find and replace logic) and safer (because it will always work regardless of the usage).
166+
Although you might see this result as less than ideal, since the logic still refers to the old name. It's still a great solution to the problem because we now have a codemod that is a lot simpler (because we can get rid of half of the find and replace logic) and safer (because it will always work regardless of the usage).
167167
Keep this in mind, next time you're running into countless edge-cases.

0 commit comments

Comments
 (0)