From b0cf87f6f25048f9cb0ea36fc0dcb28c2f8d1bb3 Mon Sep 17 00:00:00 2001 From: kanhaiya04 <93936630+kanhaiya04@users.noreply.github.com> Date: Sun, 15 Jan 2023 01:59:42 +0530 Subject: [PATCH] Corrected the Misspelt word in "README.md" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 472a8b403..c3ee500ed 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ img2 = L.distortableImageOverlay('example.jpg', { // suppress collection toolbar accessed during multi-image selection imgGroup = L.distortableCollection({ - supressToolbar: true, + suppressToolbar: true, }).addTo(map); ```