From: Dan Brown Date: Wed, 30 Apr 2025 16:44:29 +0000 (+0100) Subject: Fixed sort rule command wording, reported by bpcomp on discord X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/4b1cb1475f7e3088d42ae334cfae5cd34a67a879 Fixed sort rule command wording, reported by bpcomp on discord --- diff --git a/content/docs/admin/commands.md b/content/docs/admin/commands.md index be3825a..68a883c 100644 --- a/content/docs/admin/commands.md +++ b/content/docs/admin/commands.md @@ -167,7 +167,7 @@ php artisan bookstack:regenerate-references Assigns and runs the specified [sort rule](/docs/user/organising-content/#sort-rules) to the specified content in batch. Running the command without any arguments will list the existing sort rules in the system as an easy method to get their IDs. -A flag is required to specific which content to assign the rule to. The available options +A flag is required to specify which content to assign the rule to. The available options are shown in the examples below. ```bash @@ -203,4 +203,4 @@ See [UTF8mb4/Emoji Support](/docs/admin/ut8mb4-support/) for further details. ```bash php artisan bookstack:db-utf8mb4 -``` \ No newline at end of file +```