Skip to content

Commit 0586a5c

Browse files
authored
Update README.md
Fix typo
1 parent 3a17384 commit 0586a5c

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
@@ -275,7 +275,7 @@ Run `webpck` command again, If everything went well, the build folder should now
275275

276276
In the `package.json` file, add the following under `scripts` section:
277277
`"build": "webpack"`
278-
Keep in mind this is a .json file, so don't forget the comma after, if it is not the last commnd in scripts section.
278+
Keep in mind this is a .json file, so don't forget the comma after, if it is not the last command in scripts section.
279279

280280
`npm run build` - Executing this command in the terminal would build the bundle.
281281

0 commit comments

Comments
 (0)