Skip to content

Commit 192216a

Browse files
committed
typo fix
1 parent d9f02b9 commit 192216a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Bing-Video-Search/tutorial-bing-video-search-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function bingSearchOptions(form) {
133133
}
134134
```
135135

136-
For example, the `SafeSearch` parameter in an actual API call can be `strict`, or `moderate`, with `moderate` being the default. Our form, however, uses a checkbox, which has only two states.
136+
For example, the `SafeSearch` parameter in an actual API call can be `strict`, or `moderate`, with `moderate` being the default.
137137

138138
## Performing the request
139139
Given the query, the options string, and the API key, the `BingWebSearch` function uses an `XMLHttpRequest` object to make the request to the Bing Search endpoint. You can use the global endpoint below, or the [custom subdomain](../../cognitive-services/cognitive-services-custom-subdomains.md) endpoint displayed in the Azure portal for your resource.

0 commit comments

Comments
 (0)