From 994517d299cfd89142f4f6a331c9fea53c13f301 Mon Sep 17 00:00:00 2001 From: Augusto Micheli Debard Date: Mon, 12 Dec 2022 14:07:10 +0100 Subject: [PATCH] typo on readme --- .../MulticlassClassification-GitHubLabeler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/csharp/end-to-end-apps/MulticlassClassification-GitHubLabeler/README.md b/samples/csharp/end-to-end-apps/MulticlassClassification-GitHubLabeler/README.md index eba5c2863..dcf408cb8 100644 --- a/samples/csharp/end-to-end-apps/MulticlassClassification-GitHubLabeler/README.md +++ b/samples/csharp/end-to-end-apps/MulticlassClassification-GitHubLabeler/README.md @@ -17,7 +17,7 @@ This ML model is using multi-class classification algorithm (`SdcaMultiClassTrai ## Enter your GitHub configuration data 1. **Provide your GitHub data** in the `appsettings.json` file: - To allow the app to label issues in your GitHub repository you need to provide the folloving data into the appsettings.json file. + To allow the app to label issues in your GitHub repository you need to provide the following data into the appsettings.json file. ```csharp { "GitHubToken": "YOUR-GUID-GITHUB-TOKEN",