Skip to content

Commit f6ad8e2

Browse files
committed
docs: replace ` with '
We do not use "`" in lang files.
1 parent dead70d commit f6ad8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Language/en/HTTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'localeNotSupported' => 'Locale is not supported: {0}',
5656

5757
// CSRF
58-
// @deprecated use `Security.disallowedAction`
58+
// @deprecated use 'Security.disallowedAction'
5959
'disallowedAction' => 'The action you requested is not allowed.',
6060

6161
// Uploaded file moving

0 commit comments

Comments
 (0)