Skip to content

Commit 1a8de01

Browse files
authored
README typo fix
1 parent 2aada34 commit 1a8de01

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
@@ -46,7 +46,7 @@ To access the module, you need to add the following code to your application con
4646
'comment' => [
4747
'class' => 'yii2mod\comments\Module',
4848
// when admin can edit comments on frontend
49-
'enableInlineEdit' = false,
49+
'enableInlineEdit' => false,
5050
],
5151
]
5252
```

0 commit comments

Comments
 (0)