Skip to content

Commit 89721f0

Browse files
committed
Fix typo in index documentation
1 parent 2cd8079 commit 89721f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/method/MongoDBCollection-createIndex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The output would then resemble::
7373
Create a Partial Index
7474
~~~~~~~~~~~~~~~~~~~~~~
7575

76-
The following example adds a :manual:`partial index </core/index-parital>` on
76+
The following example adds a :manual:`partial index </core/index-partial>` on
7777
the ``borough`` field in the ``restaurants`` collection in the ``test``
7878
database. The partial index indexes only documents where the ``borough`` field
7979
exists.

0 commit comments

Comments
 (0)