Skip to content

Commit 154a17b

Browse files
authored
Fixed small typo in get started guide
1 parent cee88fb commit 154a17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The above CLI command would be represented in config as follows -
119119
__webpack.config.js__
120120
```javascript
121121
module.exports = {
122-
entry: './app/index.js'
122+
entry: './app/index.js',
123123
output: {
124124
filename: 'bundle.js',
125125
path: './dist'

0 commit comments

Comments
 (0)