Skip to content

Commit 4840ae4

Browse files
committed
typo
1 parent 5d03b6e commit 4840ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Documents/HtmlDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class HtmlDocument extends Document
2222
public const NO_DEBUG_TITLE_PLAIN = 'Something went wrong';
2323

2424
public const NO_DEBUG_CONTENT_HTML = <<<HTML
25-
<p>Please try again later. If the problem persist don't hesitate to contact the system administrator.</p>
25+
<p>Please try again later. If the problem persists don't hesitate to contact the system administrator.</p>
2626
HTML;
2727

2828
public const HTML_TEMPLATE = <<<HTML

0 commit comments

Comments
 (0)