Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 30, 2018
1 parent 749e7cb commit e255076
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 @@ -119,7 +119,7 @@ You can supply a function to control how exported named is generated:

```js
namedExports(name) {
// Maybe you simply want to convert dash to underswcore
// Maybe you simply want to convert dash to underscore
return name.replace(/-/g, '_')
}
```
Expand Down

0 comments on commit e255076

Please sign in to comment.