Skip to content

Commit e83fcac

Browse files
authored
fix spelling per Acrolinx report
1 parent 1b78ba6 commit e83fcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-get-started-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ This step shows you how to query an index using the [Search Documents REST API](
289289

290290
You should delete the index if you no longer need it. A free service is limited to three indexes. You should delete any indexes you are not actively using to make room for other tutorials.
291291

292-
The easiest way to delete objects is through the portal, but since this is a Python quickstart, the following syntax yeilds the same result:
292+
The easiest way to delete objects is through the portal, but since this is a Python quickstart, the following syntax yields the same result:
293293

294294
```python
295295
url = endpoint + "indexes/hotels-quickstart" + api_version

0 commit comments

Comments
 (0)