From ef776f3ff3a53dd680ebaab9b88dec8fcdd5d689 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Fri, 10 Oct 2025 16:40:57 +0900 Subject: [PATCH] Fix typo: Programatically -> Programmatically --- articles/search/tutorial-optimize-indexing-push-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/search/tutorial-optimize-indexing-push-api.md b/articles/search/tutorial-optimize-indexing-push-api.md index a8dea56b34d..adb28e21b69 100644 --- a/articles/search/tutorial-optimize-indexing-push-api.md +++ b/articles/search/tutorial-optimize-indexing-push-api.md @@ -361,7 +361,7 @@ After the function finishes running, you can verify that all of the documents we After the program finishes running, you can explore the populated search index either programmatically or using the [Search explorer](search-explorer.md) in the Azure portal. -### Programatically +### Programmatically There are two main options for checking the number of documents in an index: the [Count Documents API](/rest/api/searchservice/documents/count) and the [Get Index Statistics API](/rest/api/searchservice/indexes/get-statistics). Both paths require time to process, so don't be alarmed if the number of documents returned is initially lower than you expect.