We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052717b commit 909c9c8Copy full SHA for 909c9c8
source/faq/indexes.txt
@@ -140,7 +140,7 @@ How can I effectively use indexes strategy for attribute lookups?
140
For simple attribute lookups that don't require sorted result sets or
141
range queries, consider creating a field that contains an array of
142
documents where each document has a field (e.g. ``attrib`` ) that
143
-holds a specific type of attribute. You can index this ``atrib``
+holds a specific type of attribute. You can index this ``attrib``
144
field.
145
146
For example, the ``attrib`` field in the following document allows you
0 commit comments