Skip to content

Commit 3df520b

Browse files
AriGunawanVesaJuvonen
authored andcommitted
Fix Code Snippet (SharePoint#891)
1 parent 8544514 commit 3df520b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spfx/extensions/get-started/using-page-placeholder-with-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ In the following steps, you'll modify the Hello World Application Customizer to
4646
Also add the following import statements after the `strings` import at the top of the file:
4747

4848

49-
```ts
50-
import styles from './AppCustomizer.module.scss';
51-
import { escape } from '@microsoft/sp-lodash-subset';
52-
```
49+
```ts
50+
import styles from './AppCustomizer.module.scss';
51+
import { escape } from '@microsoft/sp-lodash-subset';
52+
```
5353

5454
You use `escape` to escape Application Customizer properties. You'll create style definitions for the output in the following steps.
5555

0 commit comments

Comments
 (0)