Skip to content

Commit 249746c

Browse files
authored
mispelings
1 parent cd75650 commit 249746c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

endpoints/sls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$errors = $auth->getErrors();
1515

1616
if (empty($errors)) {
17-
echo 'Sucessfully logged out';
17+
echo 'Successfully logged out';
1818
} else {
1919
echo htmlentities(implode(', ', $errors));
2020
}

0 commit comments

Comments
 (0)