Skip to content

Commit 41dfd99

Browse files
author
Mark Heffernan
committed
Update ExitProgram section
1 parent d869b0b commit 41dfd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-tutorial-blob-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ private static SearchServiceClient CreateSearchServiceClient(IConfigurationRoot
214214

215215
This tutorial is meant to help you understand each step of the indexing pipeline. If there is a critical issue that prevents the program from creating the data source, skillset, index, or indexer the program will output the error message and exit so that the issue can be understood and addressed.
216216

217-
Add `ExitProgram` to `Main` to handle issues that require the program to exit.
217+
Add `ExitProgram` to `Main` to handle scenarios that require the program to exit.
218218

219219
```csharp
220220
private static void ExitProgram(string message)

0 commit comments

Comments
 (0)