Skip to content

Commit 81d54c6

Browse files
authored
Merge pull request #18 from sk22/patch-1
Fixed spelling mistake
2 parents fa47438 + 30f2634 commit 81d54c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = someVariable;
6464
export default { foo: "bar" };
6565
```
6666

67-
If your filename policy doesn't quite match with your variable naming policy, you can add one or multiple tansforms:
67+
If your filename policy doesn't quite match with your variable naming policy, you can add one or multiple transforms:
6868

6969
```json
7070
"filenames/match-exported": [ 2, "kebab" ]

0 commit comments

Comments
 (0)