Skip to content

Commit

Permalink
docs: typos (#696)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Akait <[email protected]>
  • Loading branch information
maddhruv and alexander-akait committed Feb 8, 2021
1 parent 030c4d3 commit c4b375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (`<link>` elements) to `document.head` of the current `window`.
By default, the `mini-css-extract-plugin` appends styles (`<link>` 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.
Expand Down

0 comments on commit c4b375c

Please sign in to comment.