From d252820d0a43f2089ba9b6c195a1171d5e722b4d Mon Sep 17 00:00:00 2001 From: Vesa Piittinen Date: Wed, 30 May 2018 16:36:18 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d22cd7..0cfd203 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ and `Set` are also required. ## Why `react-lazy`? -1. Minimalistic and performant implementation with less dependancies than other solutions +1. Minimalistic and performant implementation with less dependencies than other solutions 2. You can choose between ease-of-use (LazyGroup) and do-it-yourself (Lazy, Observer) 3. The hard part of handling `noscript` is done for you (Lazy, LazyGroup)