We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4585964 commit c28a2d4Copy full SHA for c28a2d4
1 file changed
README.md
@@ -42,7 +42,7 @@ codemod-cli generate fixture <name of codemod> <name of fixture>
42
```
43
44
This sets up two new files in `transforms/<name of codemod>/__testfixtures__/` using the fixture name
45
-you peovided. These fixtures are used by the testing harness to verify thst your codemod is working properly.
+you provided. These fixtures are used by the testing harness to verify that your codemod is working properly.
46
47
Once you have tweaked your codemod and its fixtures to your liking, it is time to run your tests:
48
0 commit comments