Skip to content

Commit 1767850

Browse files
docs: fix typo (#752)
1 parent 3be81bb commit 1767850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Default: `document.head.appendChild(linkTag);`
120120

121121
By default, the `mini-css-extract-plugin` appends styles (`<link>` elements) to `document.head` of the current `window`.
122122

123-
However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements instertion.
123+
However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements insertion.
124124
For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.
125125
In such cases `insert` can be configured to be a function or a custom selector.
126126

0 commit comments

Comments
 (0)