Skip to content

Commit 0b6c910

Browse files
author
Igor Chepurnoy
authored
Merge pull request yii2mod#63 from satoved/patch-1
README typo fix
2 parents 2aada34 + 1a8de01 commit 0b6c910

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)