Skip to content

Commit 909c9c8

Browse files
committed
minor: typo correction
1 parent 052717b commit 909c9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/faq/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ How can I effectively use indexes strategy for attribute lookups?
140140
For simple attribute lookups that don't require sorted result sets or
141141
range queries, consider creating a field that contains an array of
142142
documents where each document has a field (e.g. ``attrib`` ) that
143-
holds a specific type of attribute. You can index this ``atrib``
143+
holds a specific type of attribute. You can index this ``attrib``
144144
field.
145145

146146
For example, the ``attrib`` field in the following document allows you

0 commit comments

Comments
 (0)