We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be81bb commit 1767850Copy full SHA for 1767850
README.md
@@ -120,7 +120,7 @@ Default: `document.head.appendChild(linkTag);`
120
121
By default, the `mini-css-extract-plugin` appends styles (`<link>` elements) to `document.head` of the current `window`.
122
123
-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.
124
For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.
125
In such cases `insert` can be configured to be a function or a custom selector.
126
0 commit comments