Skip to content

Commit

Permalink
Merge pull request #14 from angelofallars/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gnat authored Feb 7, 2024
2 parents 8dc1401 + 1b24451 commit f1fc25b
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 @@ -33,7 +33,7 @@ See the [Live Example](https://gnat.github.io/css-scope-inline/example.html)! Th

This uses `MutationObserver` to monitor the DOM, and the moment a `<style>` tag is seen, it scopes the styles to whatever the parent element is. No flashing or popping.

This method also leaves your existing styles untouched, allowing you to mix and match at your liesure.
This method also leaves your existing styles untouched, allowing you to mix and match at your leisure.

## 🎁 Install

Expand Down

0 comments on commit f1fc25b

Please sign in to comment.