Skip to content

Commit 7614cd2

Browse files
authored
spelling fix per Acrolinx scorecard
1 parent 5412cdc commit 7614cd2

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Bing-Autosuggest/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/Bing-Autosuggest/quickstarts/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Use this quickstart to begin making calls to the Bing Autosuggest API and gettin
6060
}
6161
```
6262

63-
2. In the same function above, create a request URI by combining your API host and path. Append your market to the `?mkt=` parameter, and your query to the `&query=` paramter. Be sure to URL-encode your query.
63+
2. In the same function above, create a request URI by combining your API host and path. Append your market to the `?mkt=` parameter, and your query to the `&query=` parameter. Be sure to URL-encode your query.
6464

6565
```csharp
6666
string uri = host + path + "?mkt=" + market + "&query=" + System.Net.WebUtility.UrlEncode (query);

0 commit comments

Comments
 (0)