Skip to content

Commit df2d5d1

Browse files
committed
update
1 parent d7d4e6b commit df2d5d1

File tree

1 file changed

+2
-3
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+2
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json 4
3636

3737
#### Return Value Examples
3838
Theme in new format
39-
```Output
39+
```
4040
{
4141
"Name": "Custom Cyan",
4242
"Palette": null,
@@ -51,8 +51,7 @@ Theme in new format
5151
```
5252

5353
Theme in legacy format
54-
When the theme is in the legacy format:
55-
```Output
54+
```
5655
{
5756
"Name": "Custom Cyan",
5857
"Palette": {

0 commit comments

Comments
 (0)