From 817d191560a03c858adccc34856672962afa82ce Mon Sep 17 00:00:00 2001 From: Bozhidar Kirev Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] Fixed typo in guide.md (#8) supoorted -> supported --- guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index a07a048b..fa406e39 100644 --- a/guide.md +++ b/guide.md @@ -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