From 745c6ed3b99532d690331b18a5dedf92d4b56d38 Mon Sep 17 00:00:00 2001 From: Daniel Kastl Date: Wed, 5 Jun 2024 10:27:23 +0900 Subject: [PATCH] Fixes typo Fixes typo to show the option name correctly in API docs --- src/overlay/PopupFeature.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlay/PopupFeature.js b/src/overlay/PopupFeature.js index 06352b4fe..9b651b885 100644 --- a/src/overlay/PopupFeature.js +++ b/src/overlay/PopupFeature.js @@ -36,7 +36,7 @@ import ol_ext_element from '../util/element.js' * @param {function|undefined} options.onclose: callback function when popup is closed * @param {function|undefined} options.onshow callback function when popup is shown * @param {Number|Array} options.offsetBox an offset box - * @param {ol.OverlayPositioning | string | undefined} options.positionning + * @param {ol.OverlayPositioning | string | undefined} options.positioning * the 'auto' positioning var the popup choose its positioning to stay on the map. * @param {Template|function} [options.template] A template with a list of properties to use in the popup or a function that takes a feature and returns a Template, default use all feature properties * @param {ol.interaction.Select} options.select a select interaction to get features from