diff --git a/README.md b/README.md index 6ae4e98..6cb7c42 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ module.exports = someVariable; export default { foo: "bar" }; ``` -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: ```json "filenames/match-exported": [ 2, "kebab" ]