From 80806ee2ec23adc36df02190b6059798e5c0171d Mon Sep 17 00:00:00 2001 From: Rene Date: Sun, 5 Apr 2020 16:23:27 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d7bff..708d223 100644 --- a/README.md +++ b/README.md @@ -712,7 +712,7 @@ OverlayScrollbars.valid({ }); ## Tests -It's a chellenge to fully test a library like OverlayScrollbars, because it has to adapt to countless DOM setups and browsers. +It's a challenge to fully test a library like OverlayScrollbars, because it has to adapt to countless DOM setups and browsers. Nevertheless I've developed basic GUI-Tests. In these tests a element with applied OverlayScrollbars is compared to a native element. You can run the tests by visiting [this](https://kingsora.github.io/OverlayScrollbars/#!demos/capabilites) page and clicking on the `Run` button. Please be aware that the tests need some time to complete.