Skip to content

Commit

Permalink
docs: fix typo (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 28, 2021
1 parent 3be81bb commit 1767850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -120,7 +120,7 @@ Default: `document.head.appendChild(linkTag);`

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.
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.

Expand Down

0 comments on commit 1767850

Please sign in to comment.