diff --git a/framework/core/src/Web/Actions/IndexAction.php b/framework/core/src/Web/Actions/IndexAction.php
index 483390a8d..680ba1696 100644
--- a/framework/core/src/Web/Actions/IndexAction.php
+++ b/framework/core/src/Web/Actions/IndexAction.php
@@ -20,7 +20,7 @@ class IndexAction extends Action
'EmberENV' => [],
'APP' => [],
'forumTitle' => Config::get('flarum::forum_title', 'Flarum Demo Forum'),
- 'welcomeDescription' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break. Learn more »'
+ 'welcomeDescription' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break. Learn more »'
];
$data = [];
$session = [];