Skip to content

Commit 80a6f46

Browse files
committed
typo
1 parent 09a38ce commit 80a6f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo1/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
if (empty($errors)) {
9393
echo '<p>Sucessfully logged out</p>';
9494
} else {
95-
echo '<p>', implode(', ', $errors), '</p>');
95+
echo '<p>', implode(', ', $errors), '</p>';
9696
}
9797
}
9898

0 commit comments

Comments
 (0)