Skip to content

Commit ac1f186

Browse files
authored
Update part7d.md
replaced semicolon with comma
1 parent b8cfdfb commit ac1f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ When using CSS, we have to use [css](https://webpack.js.org/loaders/css-loader/)
463463
use: ['style-loader', 'css-loader'],
464464
},
465465
// highlight-end
466-
];
466+
],
467467
}
468468
```
469469

0 commit comments

Comments
 (0)