We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d03b6e commit 4840ae4Copy full SHA for 4840ae4
1 file changed
src/Documents/HtmlDocument.php
@@ -22,7 +22,7 @@ final class HtmlDocument extends Document
22
public const NO_DEBUG_TITLE_PLAIN = 'Something went wrong';
23
24
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>
+ <p>Please try again later. If the problem persists don't hesitate to contact the system administrator.</p>
26
HTML;
27
28
public const HTML_TEMPLATE = <<<HTML
0 commit comments