Skip to content

Commit 29f1e98

Browse files
Removing asterisks before and after true and bing spell check key
Removing asterisks that cause the query to break. Only the placeholder for keys are shown in this example query to replace for the user ------- cc: @diberry GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/51089
1 parent c8d3062 commit 29f1e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/luis-tutorial-bing-spellcheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The endpoint query needs the key passed in the query string parameters for each
6666

6767
The endpoint URL has several values that need to be passed correctly. The Bing Spell Check API v7 key is just another one of these. You must set the **spellCheck** parameter to true and you must set the value of **bing-spell-check-subscription-key** to the key value:
6868

69-
`https://{region}.api.cognitive.microsoft.com/luis/v2.0/apps/{appID}?subscription-key={luisKey}&spellCheck=**true**&bing-spell-check-subscription-key=**{bingKey}**&verbose=true&timezoneOffset=0&q={utterance}`
69+
`https://{region}.api.cognitive.microsoft.com/luis/v2.0/apps/{appID}?subscription-key={luisKey}&spellCheck=true&bing-spell-check-subscription-key={bingKey}&verbose=true&timezoneOffset=0&q={utterance}`
7070

7171
## Send misspelled utterance to LUIS
7272
1. In a web browser, copy the preceding string and replace the `region`, `appId`, `luisKey`, and `bingKey` with your own values. Make sure to use the endpoint region, if it is different from your publishing [region](luis-reference-regions.md).

0 commit comments

Comments
 (0)