Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Feb 21, 2017
1 parent 41764e9 commit 1e90af9
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 @@ -157,7 +157,7 @@ module.exports = {

### Modify filename

`filename` paramter could be `Object`. It accepts `format` and `modify` callback as attributes.
`filename` parameter could be `Object`. It accepts `format` and `modify` callback as attributes.
In the following config, before `modify` callback is called, the css path would be `css/js/a.css`.
After `modify` callback, it is transformed to `css/a.css`.

Expand Down

0 comments on commit 1e90af9

Please sign in to comment.