From 419c2ab2c2b03379bf618802b2014702d10d616d Mon Sep 17 00:00:00 2001 From: Samuel Vaillant Date: Thu, 8 Mar 2018 17:35:20 +0100 Subject: [PATCH] fix(GeoSearch): update typo in property type cssClasses (#2781) --- src/widgets/geo-search/geo-search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/geo-search/geo-search.js b/src/widgets/geo-search/geo-search.js index c73e4e5181..d25fb82091 100644 --- a/src/widgets/geo-search/geo-search.js +++ b/src/widgets/geo-search/geo-search.js @@ -95,7 +95,7 @@ Full documentation available at https://community.algolia.com/instantsearch.js/v * @property {LatLng} [initialPosition={ lat: 0, lng: 0 }] By default the map will set the position accordingly to the markers displayed on it. When we refine it may happen that the results are empty. For those situations we need to provide a position to render the map. This option is ignored when the `position` is provided. * @property {Padding} [paddingBoundingBox={ top:0, right: 0, bottom:0, left: 0 }] Add an inner padding on the map when you refine. * @property {GeoSearchTemplates} [templates] Templates to use for the widget. - * @property {GeoSeachCSSClasses} [cssClasses] CSS classes to add to the wrapping elements. + * @property {GeoSearchCSSClasses} [cssClasses] CSS classes to add to the wrapping elements. * @property {object} [mapOptions] Option forwarded to the Google Maps constructor.
* See [the documentation](https://developers.google.com/maps/documentation/javascript/reference/3/#MapOptions) for more information. * @property {BuiltInMarkerOptions} [builtInMarker] Options for customize the built-in Google Maps marker. This option is ignored when the `customHTMLMarker` is provided.