]> BookStack Code Mirror - website/commitdiff
Fixed sort rule command wording, reported by bpcomp on discord
authorDan Brown <redacted>
Wed, 30 Apr 2025 16:44:29 +0000 (17:44 +0100)
committerDan Brown <redacted>
Wed, 30 Apr 2025 16:44:29 +0000 (17:44 +0100)
content/docs/admin/commands.md

index be3825a2068574eac42955fdbe158e78936afe55..68a883ce67a66f4a0919e2f98c6c88592ffaf168 100644 (file)
@@ -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.
 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
 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
 
 ```bash
 php artisan bookstack:db-utf8mb4
-```
\ No newline at end of file
+```