diff --git a/templates/Pages/home.php b/templates/Pages/home.php
index 4b38d0f0e..710ad2f03 100644
--- a/templates/Pages/home.php
+++ b/templates/Pages/home.php
@@ -39,7 +39,7 @@
}
if ($name === 'debug_kit') {
$error = 'Try adding your current top level domain to the
- DebugKit.safeTld
+ DebugKit.safeTld
config and reload.';
if (!in_array('sqlite', \PDO::getAvailableDrivers())) {
$error .= '
You need to install the PHP extension pdo_sqlite so DebugKit can work properly.';