From bc7b18db5a46cf7446e45a11e13a8aeb83312c20 Mon Sep 17 00:00:00 2001 From: Juha Tauriainen Date: Mon, 27 Jul 2020 15:15:08 +0300 Subject: [PATCH] docs: typofix in Changelog (#1133) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51d2002..9e57f93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)`