Skip to content

Commit f70704e

Browse files
authored
Trying to fix incrementing of steps
"Query the V3 API prediction endpoint" has two steps rendered as "1". The first instance is from an include.
1 parent 0bbe1f0 commit f70704e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/luis-get-started-create-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ Once you've trained your app, you can test it.
8686
8787
[!INCLUDE [LUIS How to get endpoint first step](./includes/v3-prediction-endpoint.md)]
8888
89-
1. In the browser address bar, for the query string, make sure the following name and value bars are in the URL. If they are not in the query string, add them:
89+
2. In the browser address bar, for the query string, make sure the following name and value bars are in the URL. If they are not in the query string, add them:
9090
9191
|Name/value pair|
9292
|--|
9393
|`verbose=true`|
9494
|`show-all-intents=true`|
9595
96-
1. In the browser address bar, go to the end of the URL and enter `turn off the living room light` for the _query_ value, then press Enter.
96+
3. In the browser address bar, go to the end of the URL and enter `turn off the living room light` for the _query_ value, then press Enter.
9797
9898
```json
9999
{

0 commit comments

Comments
 (0)