Skip to content

Commit c547cef

Browse files
authored
Merge pull request GoogleChromeLabs#19 from anirvan/patch-1
Fix typo in README ("supporrted" → "supported")
2 parents 4fa43f2 + fadf86b commit c547cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ My aim is to make the polyfill work correctly for the _majority_ of use-cases, b
4444
}
4545
```
4646

47-
- Boolean operations (`and`, `or` and `not`) are supporrted.
47+
- Boolean operations (`and`, `or` and `not`) are supported.
4848
- The polyfill does _not_ support style queries (e.g. `@container style(--color: red)`), as there is no way to get notified of computed style changes.
4949
- The polyfill does _not_ support pseudo elements (::before & ::after), as they don’t have a real DOM handle and can't be observed with `ResizeObserver`.
5050
- Container Queries will not work when nested inside a Media Query. For now, the polyfill only supports top-level CQs.

0 commit comments

Comments
 (0)