Skip to content

Commit 9b1b8a8

Browse files
committed
Fix typo
1 parent d6b7f94 commit 9b1b8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ curl -i -X POST "{endpoint}/contentunderstanding/analyzers/{analyzerId}:analyze?
245245
-d "{\"url\":\"{fileUrl}\"}"
246246
```
247247

248-
### POST responseH
248+
### POST response
249249

250250
The 202 (`Accepted`) response includes an `Operation-Location` header containing a URL that you can use to track the status of this asynchronous analyze operation.
251251

0 commit comments

Comments
 (0)