Skip to content

Commit 28462a3

Browse files
lijunleVesaJuvonen
authored andcommitted
Try to fix the render code block in Microsoft doc. (SharePoint#935)
See the code block about `_renderPlaceHolders` method is not rendering correctly.
1 parent c649070 commit 28462a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ In the following steps, you'll modify the Hello World Application Customizer to
123123

124124
8. Create a new `_renderPlaceHolders` private method with the following code:
125125

126-
127-
128126
```ts
129127
private _renderPlaceHolders(): void {
130128

@@ -192,7 +190,6 @@ In the following steps, you'll modify the Hello World Application Customizer to
192190
}
193191
}
194192
}
195-
196193
```
197194

198195
* Use `this.context.placeholderProvider.tryCreateContent` to get access to the placeholder.

0 commit comments

Comments
 (0)