Skip to content

Commit 0d59745

Browse files
authored
Update README.md
Fix spelling error `instertion` which should be `insertion`.
1 parent 6ae4c3e commit 0d59745

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
@@ -119,7 +119,7 @@ Default: `document.head.appendChild(linkTag);`
119119

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

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

0 commit comments

Comments
 (0)