We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa47438 + 30f2634 commit 81d54c6Copy full SHA for 81d54c6
README.md
@@ -64,7 +64,7 @@ module.exports = someVariable;
64
export default { foo: "bar" };
65
```
66
67
-If your filename policy doesn't quite match with your variable naming policy, you can add one or multiple tansforms:
+If your filename policy doesn't quite match with your variable naming policy, you can add one or multiple transforms:
68
69
```json
70
"filenames/match-exported": [ 2, "kebab" ]
0 commit comments