Skip to content

Commit

Permalink
typo: coginitiveservices/data-plane/LocalSearch (#4655)
Browse files Browse the repository at this point in the history
- delimiated -> delimited
- countr -> country
  • Loading branch information
nschonni authored and jhendrixMSFT committed Dec 3, 2018
1 parent 61cbb03 commit 0caa4bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"name": "localcategories",
"x-ms-client-name": "LocalCategories",
"in": "query",
"description": "comma-delimiated list of business categories to search for. Supported categories can be high-level such as EatDrink, Shop, SeeDo.",
"description": "comma-delimited list of business categories to search for. Supported categories can be high-level such as EatDrink, Shop, SeeDo.",
"required": false,
"type": "string"
},
Expand Down Expand Up @@ -906,7 +906,7 @@
"type": "string"
},
"countryIso": {
"description": "The two letter ISO code of this countr. For example, US.",
"description": "The two letter ISO code of this country. For example, US.",
"readOnly": true,
"type": "string"
},
Expand Down

0 comments on commit 0caa4bd

Please sign in to comment.