Skip to content

Commit 94d5743

Browse files
committed
Review fixes on typo and missing change to package.json
1 parent 472b3ae commit 94d5743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set up your environment
3535
Making changes
3636
--------------
3737

38-
Changes to the theme can be compiled and tested with webpacke:
38+
Changes to the theme can be compiled and tested with Webpack_:
3939

4040
.. code:: console
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.4.3",
55
"private": true,
66
"scripts": {
7-
"start": "webpack-dev-server --open --config webpack.dev.js",
7+
"dev": "webpack-dev-server --open --config webpack.dev.js",
88
"build": "webpack --config webpack.prod.js"
99
},
1010
"dependencies": {},

0 commit comments

Comments
 (0)