Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2df5396

Browse files
add missing trailing comma
1 parent ebbd53d commit 2df5396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SomeController extends AbstractActionController
5151
],
5252
\Zend\View\Model\JsonModel::class => [
5353
'application/json',
54-
'application/javascript'
54+
'application/javascript',
5555
],
5656
\Zend\View\Model\FeedModel::class => [
5757
'application/rss+xml',

0 commit comments

Comments
 (0)