We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae4c3e + 0d59745 commit 8ecee30Copy full SHA for 8ecee30
README.md
@@ -119,7 +119,7 @@ Default: `document.head.appendChild(linkTag);`
119
120
By default, the `mini-css-extract-plugin` appends styles (`<link>` elements) to `document.head` of the current `window`.
121
122
-However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements instertion.
+However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements insertion.
123
For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.
124
In such cases `insert` can be configured to be a function or a custom selector.
125
0 commit comments