diff --git a/src/getfeature.js b/src/getfeature.js index 998f61bf0..9665930b5 100644 --- a/src/getfeature.js +++ b/src/getfeature.js @@ -7,7 +7,7 @@ const sourceType = {}; /** * Fetches features from a layer's source but does not add them to the layer. Supports WFS (GeoServer and QGIS Server) and AGS_FEATURE although functionality differs. - * Mainly used by search, but is also exposed as an api function that MultiSelect uses. As q quirky bonus it also support fetching features from WMS layers if there + * Mainly used by search, but is also exposed as an api function that MultiSelect uses. As a quirky bonus it also supports fetching features from WMS layers if there * is a WFS service at the same endpoint. * * @param {any} id Comma separated list of ids. If specified layer's filter and parameter extent is ignored (even configured map and layer extent is ignored).