Skip to content

Commit 712dd4f

Browse files
committed
Add space between "##" and "DESCRIPTION"
Without a space between the heading identifier and the heading, the build system doesn't recognize the section
1 parent fffb560 commit 712dd4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Adds a user to a SharePoint Embedded container with a specified role.
2222
Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
2323
```
2424

25-
##DESCRIPTION
25+
## DESCRIPTION
2626

2727
Assigns a user to a defined role within a SharePoint Embedded container.
2828

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Removes a user from a specified role in a SharePoint Embedded container.
2222
Remove-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
2323
```
2424

25-
##DESCRIPTION
25+
## DESCRIPTION
2626

2727
Removes a user from a defined role within a SharePoint Embedded container.
2828

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Reassigns a user from their current role to a new role within a SharePoint Embed
2222
Set-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>
2323
```
2424

25-
##DESCRIPTION
25+
## DESCRIPTION
2626

2727
Updates a user's assigned role within a SharePoint Embedded container.
2828

0 commit comments

Comments
 (0)