Fixed typo in guide.md (#8)

supoorted -> supported
This commit is contained in:
Bozhidar Kirev
2026-04-01 12:00:00 +08:00
committed by yz-yu
parent ee41434a70
commit 817d191560

View File

@@ -41,7 +41,7 @@ rrweb provides both commonJS and ES modules bundles, which is easy to use with t
### Compatibility Note
rrweb does **not** support IE11 and below, because it uses the `MutationObserver` API which was supoorted by [these browsers](https://caniuse.com/#feat=mutationobserver).
rrweb does **not** support IE11 and below, because it uses the `MutationObserver` API which was supported by [these browsers](https://caniuse.com/#feat=mutationobserver).
## Getting Started