We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd75650 commit 249746cCopy full SHA for 249746c
1 file changed
endpoints/sls.php
@@ -14,7 +14,7 @@
14
$errors = $auth->getErrors();
15
16
if (empty($errors)) {
17
- echo 'Sucessfully logged out';
+ echo 'Successfully logged out';
18
} else {
19
echo htmlentities(implode(', ', $errors));
20
}
0 commit comments