Skip to content

Commit d17978a

Browse files
authored
Merge pull request #1403 from SirR4T/patch-1
Fix the explanation text.
2 parents 4c38431 + cb55d63 commit d17978a

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
@@ -24,7 +24,7 @@ document to the `createIndex()` method:
2424
For an ascending index type, specify ``1`` for ``<type>``.
2525

2626
The following example creates an ascending index key for the
27-
``quantity`` field:
27+
``dateOfBirth`` field:
2828

2929
```js
3030

0 commit comments

Comments
 (0)