From 1a8de0133fa710b817ebe3cac8f4892f8ee74cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3?= Date: Mon, 24 Apr 2017 19:00:16 +0300 Subject: [PATCH] README typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2802c02..52ae1eb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To access the module, you need to add the following code to your application con 'comment' => [ 'class' => 'yii2mod\comments\Module', // when admin can edit comments on frontend - 'enableInlineEdit' = false, + 'enableInlineEdit' => false, ], ] ```