Skip to content

Commit dc54042

Browse files
KoenZomersVesaJuvonen
authored andcommitted
Update use-fabric-react-components.md (SharePoint#3772)
The npm sample above mentions 5.132.0, the note section mentions we're installing 5.143.0. The latter is not a valid published version of this package whereas the first one is, so fixing it to become 5.132.0.
1 parent b226e0f commit dc54042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -66,7 +66,7 @@ You can also follow these steps by watching this video on the SharePoint PnP You
6666
```
6767

6868
> [!NOTE]
69-
> 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+
> 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.132.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.
7070
7171

7272
7. Next, enter the following to open the web part project in Visual Studio Code:

0 commit comments

Comments
 (0)