From 1ef16d2a54298e6901bc728306b74573cd3e65e2 Mon Sep 17 00:00:00 2001 From: Bozhidar Kirev Date: Sat, 29 Dec 2018 04:13:30 +0200 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 a07a048b45..fa406e398d 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