From 1df9fc96d9e476645070184187d6b46e4cd02eb6 Mon Sep 17 00:00:00 2001 From: Yeremenko23 <89029413+Yeremenko23@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:55:23 +0300 Subject: [PATCH] Update sorting-grouping.md --- docs/sorting-grouping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sorting-grouping.md b/docs/sorting-grouping.md index 85f1c24b..8c7e0ae6 100644 --- a/docs/sorting-grouping.md +++ b/docs/sorting-grouping.md @@ -12,7 +12,7 @@ Arrays contain an ordered collection of values. If you need to re-order the val 2. Using the [order-by](path-operators#order-by-) operator. -The [order-by](path-operators#order-by-) operator is a convenient syntax that can used directly in a path expression to sort the result sequences in ascending or descending order. The [`$sort()`](array-functions#sort) function requires more syntax to be written, but is more flexible and supports custom comparator functions. +The [order-by](path-operators#order-by-) operator is a convenient syntax that can be used directly in a path expression to sort the result sequences in ascending or descending order. The [`$sort()`](array-functions#sort) function requires more syntax to be written, but is more flexible and supports custom comparator functions. ## Grouping