Skip to content

Commit

Permalink
fix(GeoSearch): update typo in property type cssClasses (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss authored and bobylito committed Mar 8, 2018
1 parent f7f8b05 commit 419c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/geo-search/geo-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br />
* 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.
Expand Down

0 comments on commit 419c2ab

Please sign in to comment.