From 7b02e7ef2e3b7f56b8192287859c43ba77780d22 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 18 Feb 2019 21:31:06 +0300 Subject: [PATCH] Small fix API.md (#721) It is small fix in the example for Positioning a marker --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 86a6dc8b..c39549dc 100644 --- a/API.md +++ b/API.md @@ -249,7 +249,7 @@ Example (centering the marker): ```javascript const greatPlaceStyle = { position: 'absolute', - transform: 'translate(-50%, -50%)'; + transform: 'translate(-50%, -50%)' } ```