Skip to content

Commit 0a717fd

Browse files
authored
Fix typos in docs/webpack.md
1 parent 3300265 commit 0a717fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/webpack.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These are the relevant portions of the changes you will need to do in order to w
2323
```
2424
"scripts": {
2525
...,
26-
"postinstall": "bash postinstall.sh",
26+
"postinstall": "node postinstall.js",
2727
"build": "webpack",
2828
...
2929
},
@@ -67,7 +67,7 @@ These are the relevant portions of the changes you will need to do in order to w
6767
...
6868
```
6969

70-
#### postinstall.sh
70+
#### postinstall.js
7171

7272
Create symlinks from `node_modules` to your public folder in order to serve static assets
7373

@@ -103,7 +103,7 @@ directories.forEach((folderName) => {
103103
import React, { Component } from 'react';
104104
105105
import '@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css';
106-
import IconSettings from 'design-system-react/components/icon-settings';
106+
import IconSettings from '@salesforce/design-system-react/components/icon-settings';
107107
...
108108
...
109109

0 commit comments

Comments
 (0)