Skip to content

Commit c4b375c

Browse files
docs: typos (#696)
Co-authored-by: Alexander Akait <[email protected]>
1 parent 030c4d3 commit c4b375c

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
@@ -117,7 +117,7 @@ See [examples](#remove-order-warnings) below for details.
117117
Type: `String|Function`
118118
Default: `document.head.appendChild(linkTag);`
119119

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

122122
However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements instertion.
123123
For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.

0 commit comments

Comments
 (0)