Skip to content

Commit f74119f

Browse files
committed
Typo
1 parent 9b41ba3 commit f74119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ This sniff enforces trailing commas in multi-line arrays and requires short arra
262262
#### SlevomatCodingStandard.Classes.ModernClassNameReference 🔧
263263

264264
Reports use of `__CLASS__`, `get_parent_class()`, `get_called_class()`, `get_class()` and `get_class($this)`.
265-
Class names should be referenced via `::class` contant when possible.
265+
Class names should be referenced via `::class` constant when possible.
266266

267267
#### SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming
268268

0 commit comments

Comments
 (0)