Skip to content

Commit bf6e92d

Browse files
Fixed the rendering asterisks. Also removed "_create_" from the first paragraph and unformatted "Operation ID".
1 parent d61edef commit bf6e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/QnAMaker/Quickstarts/create-new-kb-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Repeat the call until success or failure:
9696
```
9797

9898
## Add a main method
99-
The main method creates the KB, then polls for the status. The_create_ **Operation ID** is returned in the POST response header field **Location**, then used as part of the route in the GET request. **The `while` loop retries the status if it is not completed.
99+
The main method creates the KB, then polls for the status. The operation ID is returned in the POST response header field **Location**, then used as part of the route in the GET request. The `while` loop retries the status if it is not completed.
100100

101101
[!code-java[Add main method](~/samples-qnamaker-java/documentation-samples/quickstarts/create-knowledge-base/CreateKB.java?range=152-191 "Add main method")]
102102

0 commit comments

Comments
 (0)