Skip to content

Commit 39d6a26

Browse files
authored
Merge pull request #9 from aahill/patch-92
Update fail-over.md
2 parents a14623c + da1b1dd commit 39d6a26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cognitive-services/language-service/custom-classification/fail-over.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Use the url from the `resultUrl` key in the body to view the exported assets fro
132132

133133
### Get export results
134134

135-
Submit a **GET** request using the `{RESULT-URL}` you recieved from the previous step to view the results of the export job.
135+
Submit a **GET** request using the `{RESULT-URL}` you received from the previous step to view the results of the export job.
136136

137137
#### Headers
138138

@@ -330,7 +330,7 @@ Use the following header to authenticate your request.
330330

331331
## Deploy your model
332332

333-
This is te step where you make your trained model available form consumption via the [runtime prediction API](https://aka.ms/ct-runtime-swagger).
333+
This is the step where you make your trained model available form consumption via the [runtime prediction API](https://aka.ms/ct-runtime-swagger).
334334

335335
> [!TIP]
336336
> Use the same deployment name as your primary project for easier maintenance and minimal changes to your system to handle redirecting your traffic.

articles/cognitive-services/language-service/custom-classification/how-to/train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See the [application development lifecycle](../overview.md#project-development-l
3030

3131
## Data split
3232

33-
Before starting the training process, files in your dataset are divided into three groups at random:
33+
Before you start the training process, files in your dataset are divided into three groups at random:
3434

3535
* The **training set** contains 80% of the files in your dataset. It is the main set that is used to train the model.
3636

articles/cognitive-services/language-service/custom-classification/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This request will return an error if:
130130

131131
## Start training your model
132132

133-
After your project has been created, you can begin training a cusom text classification model. Create a **POST** request using the following URL, headers, and JSON body to start training a custom text classification model.
133+
After your project has been created, you can begin training a custom text classification model. Create a **POST** request using the following URL, headers, and JSON body to start training a custom text classification model.
134134

135135
### Request URL
136136

0 commit comments

Comments
 (0)