From c4b375c8b932de27152f8502e2c978970ed53304 Mon Sep 17 00:00:00 2001 From: Dhruv Jain Date: Mon, 8 Feb 2021 22:54:38 +0530 Subject: [PATCH] docs: typos (#696) Co-authored-by: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b741daa1..14b373db 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ See [examples](#remove-order-warnings) below for details. Type: `String|Function` Default: `document.head.appendChild(linkTag);` -By default, the `extract-css-chunks-plugin` appends styles (`` elements) to `document.head` of the current `window`. +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. For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.