From 0d597459f09571782bb2d02b50fdf685389a4804 Mon Sep 17 00:00:00 2001 From: Ko Ko Zin Date: Mon, 8 Mar 2021 19:21:07 +0630 Subject: [PATCH] Update README.md Fix spelling error `instertion` which should be `insertion`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b373db..209d8072 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Default: `document.head.appendChild(linkTag);` By default, the `mini-css-extract-plugin` appends styles (`` elements) to `document.head` of the current `window`. -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. For example this is the case when you asynchronously load styles for an application that runs inside of an iframe. In such cases `insert` can be configured to be a function or a custom selector.