Skip to content

Commit ec88b1f

Browse files
authored
Update preallocated-space-placeholders.md
Removed period at wrong place; Rebuild sentence;
1 parent 7d084cf commit ec88b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/extensions/basics/preallocated-space-placeholders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Application customizers can be used to add structures and content on the modern
1313
> [!NOTE]
1414
> This feature is only supported in SharePoint Online.
1515
16-
To reduce the page movement, you can **pre-allocate** the extension area already in the server side when page structure is created. This configuration can be applied by using new **HostProperties** property at the **UserCustomAction** collection. which is used in the server side to indicate which application customizers are loaded to the page.
16+
To reduce the page movement, you can **pre-allocate** the extension area already in the server side when page structure is created. This configuration can be applied by using new **HostProperties** property at the **UserCustomAction** collection to indicate in the server side which application customizers are loaded to the page.
1717

1818
There are two different specific properties, which can be used with the **HostProperties** configuration
1919

@@ -76,4 +76,4 @@ There are few considerations to be aware, depending on your implementation:
7676
* If you have defined a pre-allocation, but application customizer does not create placeholder in the code or is not associated on the page, server side allocated space will remain on the page.
7777

7878
> [!NOTE]
79-
> HostProperties can be defined also for existing application customizers either modifying site level CustomAction object or by using the **Host Properties** column in the **Tenant Wide Extensions** list at the app catalog site. As this is a server side setting, it can be also applied to extensions which have been built using older SharePoint Framework versions.
79+
> HostProperties can be defined also for existing application customizers either modifying site level CustomAction object or by using the **Host Properties** column in the **Tenant Wide Extensions** list at the app catalog site. As this is a server side setting, it can be also applied to extensions which have been built using older SharePoint Framework versions.

0 commit comments

Comments
 (0)