Skip to content

Commit

Permalink
Fix markdown for external link (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevost authored and olamothe committed Sep 24, 2018
1 parent 96b50ef commit 0bb72cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Distance/GoogleApiPositionProvider.ts
Expand Up @@ -14,7 +14,7 @@ interface IGeolocationResponseLocation {

/**
* The `GoogleApiPositionProvider` class uses the
* [Google Maps Geolocation API]{https://developers.google.com/maps/documentation/geolocation/intro} to provide the
* [Google Maps Geolocation API](https://developers.google.com/maps/documentation/geolocation/intro) to provide the
* position of the end user to a [`DistanceResources`]{@link DistanceResources} component whose
* [`googleApiKey`]{@link DistanceResources.options.googleApiKey} option is set to a valid Google Maps Geolocation API
* key.
Expand Down

0 comments on commit 0bb72cf

Please sign in to comment.