From 1767850b1660e3d659cd339b4040d014e7e7eb02 Mon Sep 17 00:00:00 2001 From: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:44:28 +0300 Subject: [PATCH] docs: fix typo (#752) --- 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.