From f74119f752141e3fb409ace21b5b5d735bacdda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Sat, 22 Sep 2018 00:04:29 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30042ae20..441aa495a 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ This sniff enforces trailing commas in multi-line arrays and requires short arra #### SlevomatCodingStandard.Classes.ModernClassNameReference 🔧 Reports use of `__CLASS__`, `get_parent_class()`, `get_called_class()`, `get_class()` and `get_class($this)`. -Class names should be referenced via `::class` contant when possible. +Class names should be referenced via `::class` constant when possible. #### SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming