Skip to content

Commit 941417e

Browse files
authored
Merge pull request #1470 from ra4king/patch-1
Fixed typo in create-indexes
2 parents dac57e9 + 3f91d05 commit 941417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/content/tutorials/create-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var createAscendingIndex = function(db, callback) {
4343

4444
## Create a Descending Index
4545

46-
For an ascending index type, specify ``-1`` for ``<type>``.
46+
For an descending index type, specify ``-1`` for ``<type>``.
4747

4848
The following example specifies a descending index key on the
4949
``lastName`` field:

0 commit comments

Comments
 (0)