Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 7a37d33

Browse files
committed
chore: addressed feedback
1 parent 2c48d9e commit 7a37d33

File tree

3 files changed

+5
-5
lines changed
  • packages

3 files changed

+5
-5
lines changed

packages/charts-components/templates/webpack/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm run start
3333
#### yarn
3434

3535
```
36-
npm run start
36+
yarn start
3737
```
3838

3939
### Generate the production-ready compiled code
@@ -47,7 +47,7 @@ npm run build
4747
#### yarn
4848

4949
```
50-
npm run build
50+
yarn build
5151
```
5252

5353
#### JS
@@ -69,7 +69,7 @@ You can find all the necessary styling in [`src/index.css`](./src/index.css).
6969

7070
#### HTML
7171

72-
The parsing of our `index.html` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
72+
Parsing the `index.html` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
7373

7474
```js
7575
// webpack.config.js

packages/coding-components/templates/webpack/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can find all the necessary styling in [`src/index.css`](./src/index.css). Im
7676

7777
#### HTML
7878

79-
The parsing of our `index.html` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
79+
Parsing the `index.html` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
8080

8181
```js
8282
// webpack.config.js

packages/map-components/templates/webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can find all the necessary styling in [`src/index.css`](./src/index.css). Im
7373

7474
#### HTML
7575

76-
The parsing of our `index.html` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
76+
Parsing the `index.html` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
7777

7878
```js
7979
// webpack.config.js

0 commit comments

Comments
 (0)