Skip to content

Commit 8a33495

Browse files
authored
Merge pull request #3918 from shu1513/patch-14
Update part7d.md
2 parents 47322e1 + 05b6142 commit 8a33495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/7/en/part7d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The contents of the <i>package.json</i> file can e.g. be the following:
7171
{
7272
"name": "webpack-part7",
7373
"version": "0.0.1",
74-
"description": "practising webpack",
74+
"description": "practicing webpack",
7575
"scripts": {},
7676
"license": "MIT"
7777
}
@@ -652,7 +652,7 @@ Starting from version 4 of webpack, the minification plugin does not require add
652652
{
653653
"name": "webpack-part7",
654654
"version": "0.0.1",
655-
"description": "practising webpack",
655+
"description": "practicing webpack",
656656
"scripts": {
657657
"build": "webpack --mode=production", // highlight-line
658658
"start": "webpack serve --mode=development"

0 commit comments

Comments
 (0)