Skip to content

Commit 6866297

Browse files
committed
small fixes
1 parent fb0c5f0 commit 6866297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/indexes/atlas-search-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Overview
2222

2323
You can manage your :atlas:`Atlas Search </atlas-search>` and
2424
:atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
25-
indexes by using the {+driver-short+}. The indexes specify the behavior of
25+
indexes by using {+driver-short+}. The indexes specify the behavior of
2626
the search and which fields to index.
2727

2828
Atlas Search enables you to perform full-text searches on
@@ -85,7 +85,7 @@ to create multiple indexes. These indexes can be Atlas Search indexes or Atlas
8585
Vector Search indexes. ``create_search_indexes()`` requires the ``SearchIndexModel``
8686
object.
8787

88-
The following code example shows how to create an Atlas Search index and Atlas
88+
The following code example shows how to create an Atlas Search index and an Atlas
8989
Vector Search index:
9090

9191
.. literalinclude:: /includes/indexes/indexes.py

0 commit comments

Comments
 (0)