Skip to content

Commit

Permalink
Merge pull request #63 from satoved/patch-1
Browse files Browse the repository at this point in the history
README typo fix
  • Loading branch information
Igor Chepurnoy committed Apr 24, 2017
2 parents 2aada34 + 1a8de01 commit 0b6c910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
]
```
Expand Down

0 comments on commit 0b6c910

Please sign in to comment.