Skip to content

Commit bcc08d6

Browse files
committed
docs: Fix a copy-and-paste error in Grouping.md
1 parent 5aae9ca commit bcc08d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Queries/Grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ group by function task.originalMarkdown.replace(/^[^\[\]]+\[.\] */, '')
832832
833833
There is no built-in instruction to group by the task's line number.
834834

835-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by the task's line number** is now possible, using `task.lineNumber`.
835+
Since Tasks X.Y.Z, **[[Custom Grouping|custom grouping]] by the task's line number** is now possible, using `task.lineNumber`.
836836
837837
> [!tip]
838838
> With `task.lineNumber`, the first line in the file is on line number `0` (zero), not `1` (one).

0 commit comments

Comments
 (0)