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.