Skip to content

Commit 84de629

Browse files
committed
Fix broken Example header
1 parent 3563fed commit 84de629

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sharepoint/sharepoint-ps/Microsoft.SharePoint.Powershell/Get-SPFarm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ms.reviewer:
1616

1717
Returns the local SharePoint farm.
1818

19-
2019
## SYNTAX
2120

2221
```
@@ -31,7 +30,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3130

3231
## EXAMPLES
3332

34-
###
33+
### EXAMPLE 1
3534
```
3635
C:\PS>$f = Get-SPFarm
3736
```

sharepoint/sharepoint-server-ps/SharePointServer/Get-SPFarm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ schema: 2.0.0
1313

1414
Returns the local SharePoint farm.
1515

16-
1716
## SYNTAX
1817

1918
```
@@ -28,7 +27,8 @@ For permissions and the most current information about Windows PowerShell for Sh
2827

2928
## EXAMPLES
3029

31-
###
30+
### EXAMPLE 1
31+
3232
```powershell
3333
$f = Get-SPFarm
3434
```

0 commit comments

Comments
 (0)