Skip to content

Commit b488109

Browse files
authored
Update nodejs.md
fixed typo
1 parent 726ef44 commit b488109

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

articles/cognitive-services/Bing-Image-Search/quickstarts/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more information, see [Cognitive Services Pricing - Bing Search API](https:/
5050

5151
## Construct the search request and query.
5252

53-
1. Use the variables from the last step to format a search URL for the API request. URL-encoded your search term before you send it to the API.
53+
1. Use the variables from the last step to format a search URL for the API request. URL-encode your search term before you send it to the API.
5454

5555
```javascript
5656
let request_params = {

0 commit comments

Comments
 (0)