Skip to content

Commit f243736

Browse files
committed
Small adjustment on the solutions using fabric
1 parent 23cd84f commit f243736

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/spfx/extensions/guidance/using-custom-dialogs-with-spfx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ To create a custom dialog box, you need to follow the steps in [Set up your deve
6363
6. When initial scaffolding is completed, enter the following to explicitly install the 5.x version fo the Office UI Fabric to your solution:
6464

6565
```sh
66-
npm install [email protected]
66+
npm install [email protected] --save
6767
```
6868

69-
> [!NOTE]
70-
> Starting with SharePoint Framework 1.8, you can use either Office UI Fabric version 5 or version 6. In this case we are using specifically Office UI Fabric version 5.143.0, so we are adding the needed dependency on it. If you would be using Office UI Fabric version 6.x, you'd also need to update the used TypeScript version of the solution.
69+
> [!NOTE]
70+
> Starting with SharePoint Framework 1.8, you can use either Office UI Fabric version 5 or version 6. In this case we are using specifically Office UI Fabric version 5.143.0, so we are adding the needed dependency on it. If you would be using Office UI Fabric version 6.x, you'd also need to update the used TypeScript version of the solution.
7171
7272
7. Open your project folder in your code editor. This article uses Visual Studio Code in the steps and screenshots, but you can use any editor that you prefer. To open the folder in Visual Studio Code, use the following command in the console:
7373

docs/spfx/web-parts/get-started/use-fabric-react-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can also follow these steps by watching this video on the SharePoint PnP You
6262
6. When initial scaffolding is completed, enter the following to explicitly install the 5.x version fo the Office UI Fabric to your solution:
6363

6464
```
65-
npm install [email protected]
65+
npm install [email protected] --save
6666
```
6767

6868
> [!NOTE]

0 commit comments

Comments
 (0)