Skip to content

Commit 35f84ff

Browse files
xx7y7xxmastilver
authored andcommitted
Doc: fix missing comma (#77)
1 parent 04916cd commit 35f84ff

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
@@ -41,7 +41,7 @@ A manifest is configurable using constructor options:
4141
```javascript
4242
new ManifestPlugin({
4343
fileName: 'my-manifest.json',
44-
basePath: '/app/'
44+
basePath: '/app/',
4545
seed: {
4646
name: 'My Manifest'
4747
}

0 commit comments

Comments
 (0)