Fixed typo in guide.md (#8)

supoorted -> supported
This commit is contained in:
Bozhidar Kirev
2018-12-29 04:13:30 +02:00
committed by yz-yu
parent 71ea6455c3
commit 1ef16d2a54

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