Skip to content

Commit

Permalink
Merge pull request #18 from sk22/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling mistake
  • Loading branch information
selaux committed May 1, 2017
2 parents fa47438 + 30f2634 commit 81d54c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 81d54c6

Please sign in to comment.