Skip to content

Commit 672cbf9

Browse files
Fix grammar in error message
1 parent 09f4fe7 commit 672cbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
}
1616
if ($PFA_ERROR) {
17-
echo '<h1>Configuration Error</h1>You must set environment these variables:<ul>';
17+
echo '<h1>Configuration Error</h1>You must set these environment variables:<ul>';
1818
foreach ($PFA_VARS AS $PFA_VAR) {
1919
echo '<li>'.$PFA_VAR.': '.(isset($_ENV[$PFA_VAR]) ? '<span style="color: green; font-weight: bold;">configured</span>' : '<span style="color: red; font-weight: bold;">missing</span>').'</li>';
2020
}

0 commit comments

Comments
 (0)