From 3d82e90dc656d48e55eef51f30710a4a6a319639 Mon Sep 17 00:00:00 2001 From: Jim Teresco Date: Sun, 24 May 2020 16:50:58 -0400 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83fd3a7..36107f5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ var winMtds = L.control.window(map) | show( position) | L.control.window object | Render window on defined position. | | title() | HTMLElement|String | Gets window title. | | title(HTMLElement|String) | L.control.window object | Sets window title. | -| content() | HTMLElement|String | Gets window contet. | +| content() | HTMLElement|String | Gets window content. | | content(HTMLElement|String) | L.control.window object | Sets window content. | | close() | undefined | Hide and remove window. | | enableBtn() | undefined | Enables the OK button of the window (default). |