Skip to content

Commit b021b55

Browse files
committed
fixed typo
1 parent 4ae4d4b commit b021b55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/search/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
href: search-howto-complex-data-types.md
247247
- name: Model relational data
248248
href: index-sql-relational-data.md
249-
- name: Vectore stores
249+
- name: Vector stores
250250
items:
251251
- name: Create a vector index
252252
href: vector-search-how-to-create-index.md
@@ -620,7 +620,7 @@
620620
href: cognitive-search-skill-sentiment-v3.md
621621
- name: Text Translation
622622
href: cognitive-search-skill-text-translation.md
623-
- name: Azure AI Search utility skills (non-billable)
623+
- name: Azure AI Search utility skills (nonbillable)
624624
items:
625625
- name: Conditional
626626
href: cognitive-search-skill-conditional.md

articles/search/search-howto-monitor-indexers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For more information about status codes and indexer monitoring data, see [Get In
120120

121121
## Monitor using .NET
122122

123-
Using the Azure AI Search .NET SDK, the following C# example writes information about an indexer's status and the results of its most recent (or ongoing) run to the console.
123+
The following C# example writes information about an indexer's status and the results of its most recent (or ongoing) run to the console.
124124

125125
```csharp
126126
static void CheckIndexerStatus(SearchIndexerClient indexerClient, SearchIndexer indexer)

0 commit comments

Comments
 (0)