From 17d454b7dd384504634b8c226bd7484c9379cccb Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 28 Apr 2021 16:33:56 +0300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebba9f88..43d53043 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,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.