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 1bfcdf6 commit 0673956Copy full SHA for 0673956
docs/queries.md
@@ -203,7 +203,7 @@ const aggRes = await Person.aggregate([{ $match: { _id: idString } }]);
203
204
<h2 id="sorting"><a href="#sorting">Sorting</a></h2>
205
206
-[Sorting](/docs/api.html#query_Query-sort) is how you can ensure you query results come back in the desired order.
+[Sorting](/docs/api.html#query_Query-sort) is how you can ensure your query results come back in the desired order.
207
208
```javascript
209
const personSchema = new mongoose.Schema({
0 commit comments