Skip to content

Commit bc7b18d

Browse files
authored
docs: typofix in Changelog (#1133)
1 parent 7857d8f commit bc7b18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file. See [standa
1919
* the `localsConvention` option was moved and renamed to the `modules.exportLocalsConvention` option
2020
* the `getLocalIndent` option should be always `Function` and should always return `String` value
2121
* the `onlyLocals` option was moved and renamed to the `modules.exportOnlyLocals` option
22-
* function arguments of the `import` option were changed, it is now `funciton(url, media, resourcePath) {}`
22+
* function arguments of the `import` option were changed, it is now `function(url, media, resourcePath) {}`
2323
* inline syntax was changed, please write `~` before the file request, i.e. rewrite `url(~!!loader!package/img.png)` to `url(!!loader!~package/img.png)`
2424

2525

0 commit comments

Comments
 (0)