Skip to content

Commit 419c2ab

Browse files
samoussbobylito
authored andcommitted
fix(GeoSearch): update typo in property type cssClasses (#2781)
1 parent f7f8b05 commit 419c2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/geo-search/geo-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Full documentation available at https://community.algolia.com/instantsearch.js/v
9595
* @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.
9696
* @property {Padding} [paddingBoundingBox={ top:0, right: 0, bottom:0, left: 0 }] Add an inner padding on the map when you refine.
9797
* @property {GeoSearchTemplates} [templates] Templates to use for the widget.
98-
* @property {GeoSeachCSSClasses} [cssClasses] CSS classes to add to the wrapping elements.
98+
* @property {GeoSearchCSSClasses} [cssClasses] CSS classes to add to the wrapping elements.
9999
* @property {object} [mapOptions] Option forwarded to the Google Maps constructor. <br />
100100
* See [the documentation](https://developers.google.com/maps/documentation/javascript/reference/3/#MapOptions) for more information.
101101
* @property {BuiltInMarkerOptions} [builtInMarker] Options for customize the built-in Google Maps marker. This option is ignored when the `customHTMLMarker` is provided.

0 commit comments

Comments
 (0)