Skip to content

Commit 1074af5

Browse files
Merge pull request #1026 from ShreyasSar26/patch-1
Fix cmdlet name in Remove-SPOContainerType.md
2 parents 151f5f1 + 1624c2b commit 1074af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
3333
### Example 1
3434

3535
```powershell
36-
Remove-SPOContainerTypeId -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8
36+
Remove-SPOContainerType -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8
3737
```
3838

3939
In Example 1, the cmdlet asks for a confirmation on the remove action and on confirmation, deletes the trial container type.

0 commit comments

Comments
 (0)