]> BookStack Code Mirror - website/commitdiff
Correct artisan example syntax in commands admin documentation 12/head
authorJona Koudijs <redacted>
Wed, 3 May 2017 06:57:53 +0000 (08:57 +0200)
committerJona Koudijs <redacted>
Wed, 3 May 2017 06:57:53 +0000 (08:57 +0200)
content/docs/admin/commands.md

index e4f6b40d0b0d109fdbce773aa15229580950f620..43c33f4c74b76f6987de327d37bbd90ee9e1d798 100644 (file)
@@ -5,7 +5,7 @@ date = "2017-02-26"
 type = "admin-docs"
 +++
 
-BookStack has some command line actions that can help with maintenence and common operations. There are also many commands available from the undlying Laravel framework. To list all available commands you can simply run `php artian` from your BookStack install folder. Custom BookStack commands are all under the 'bookstack' namespace.
+BookStack has some command line actions that can help with maintenence and common operations. There are also many commands available from the undlying Laravel framework. To list all available commands you can simply run `php artisan` from your BookStack install folder. Custom BookStack commands are all under the 'bookstack' namespace.
 
 ### BookStack Commands