Skip to content

Commit 4d982bb

Browse files
authored
Update use-asynchronously.md
Acrolinx fix
1 parent ca40a46 commit 4d982bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/concepts/use-asynchronously.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To submit an asynchronous job, review the [reference documentation](/rest/api/la
3737
1. In the `tasks` object, include the operations you want performed on your data. For example, if you wanted to perform sentiment analysis, you would include the `SentimentAnalysisLROTask` object.
3838
1. You can optionally:
3939
1. Choose a specific [version of the model](model-lifecycle.md) used on your data.
40-
1. Include additional Language ervice features in the `tasks` object, to be performed on your data at the same time.
40+
1. Include additional Language service features in the `tasks` object, to be performed on your data at the same time.
4141

4242
Once you've created the JSON body for your request, add your key to the `Ocp-Apim-Subscription-Key` header. Then send your API request to job creation endpoint. For example:
4343

0 commit comments

Comments
 (0)