Skip to content

Commit 987d235

Browse files
authored
Fixed language headers
1 parent 1304ec7 commit 987d235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/office-ui-fabric-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ We recommend that you install the latest Office UI Fabric React package and plac
9292
9393
After the Fabric React package is installed, you can import the required components from the Fabric React bundle.
9494

95-
```Javascript
95+
```js
9696
//import Button component from Fabric React Button bundle
9797
import { Button } from 'office-ui-fabric-react/lib/Button';
9898

@@ -178,7 +178,7 @@ The rest of the page would contain unscoped Office UI Fabric Core styles. This w
178178

179179
*Overriding* Fabric Core styles would not be supported.
180180

181-
```Javascript
181+
```js
182182
// Sample of how the scoping would work.
183183
import { SPComponentLoader } from '@microsoft/sp-loader';
184184

0 commit comments

Comments
 (0)