Skip to content

Commit 0e02f3c

Browse files
authored
Merge pull request #96376 from Grace-MacJones-MSFT/patch-25
(Azure CXP) fix typo "of" to "if"
2 parents 51340ad + 854cddd commit 0e02f3c

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
@@ -100,7 +100,7 @@ To install the `Microsoft.Extensions.Configuration.Json` NuGet package in Visual
100100
101101
In order to connect to your Azure Cognitive Search service you will need to add the search service information to your project. Right click on your project in the Solution Explorer and select **Add** > **New Item...** . Name the file `appsettings.json` and select **Add**.
102102
103-
This file will need to be included in your output directory. To do that, right click on `appsettings.json` and select **Properties**. Change the value of **Copy to Output Directory** to **Copy of newer**.
103+
This file will need to be included in your output directory. To do that, right click on `appsettings.json` and select **Properties**. Change the value of **Copy to Output Directory** to **Copy if newer**.
104104
105105
Copy the below JSON into your new JSON file.
106106

0 commit comments

Comments
 (0)