Skip to content

Commit 0673956

Browse files
authored
Update queries.md
just a small grammatical error fix
1 parent 1bfcdf6 commit 0673956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const aggRes = await Person.aggregate([{ $match: { _id: idString } }]);
203203

204204
<h2 id="sorting"><a href="#sorting">Sorting</a></h2>
205205

206-
[Sorting](/docs/api.html#query_Query-sort) is how you can ensure you query results come back in the desired order.
206+
[Sorting](/docs/api.html#query_Query-sort) is how you can ensure your query results come back in the desired order.
207207

208208
```javascript
209209
const personSchema = new mongoose.Schema({

0 commit comments

Comments
 (0)