Skip to content

Commit

Permalink
docs: typofix in Changelog (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhQ committed Jul 27, 2020
1 parent 7857d8f commit bc7b18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file. See [standa
* the `localsConvention` option was moved and renamed to the `modules.exportLocalsConvention` option
* the `getLocalIndent` option should be always `Function` and should always return `String` value
* the `onlyLocals` option was moved and renamed to the `modules.exportOnlyLocals` option
* function arguments of the `import` option were changed, it is now `funciton(url, media, resourcePath) {}`
* function arguments of the `import` option were changed, it is now `function(url, media, resourcePath) {}`
* inline syntax was changed, please write `~` before the file request, i.e. rewrite `url(~!!loader!package/img.png)` to `url(!!loader!~package/img.png)`


Expand Down

0 comments on commit bc7b18d

Please sign in to comment.