Skip to content

Commit

Permalink
Merge pull request #367 from deeg/fix-suggest-docs
Browse files Browse the repository at this point in the history
chore(docs): fix suggest docs
  • Loading branch information
jgravois committed Oct 15, 2018
2 parents 2baeea5 + 8cd94a0 commit 8abca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcgis-rest-geocoder/src/suggest.ts
Expand Up @@ -36,7 +36,7 @@ export interface ISuggestResponse {
*
* suggest("Starb")
* .then((response) => {
* response.address.PlaceName; // => "Starbucks"
* response.text; // => "Starbucks"
* });
* ```
*
Expand Down

0 comments on commit 8abca8f

Please sign in to comment.