Skip to content

Commit bfe2f19

Browse files
authored
Update Get-PnPNavigationNode.md
Fixed Missing CommandParameter in Example 3 for Issue #3544
1 parent 8a48add commit bfe2f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPNavigationNode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Returns all navigation nodes in the quicklaunch navigation
4444

4545
### ------------------EXAMPLE 3------------------
4646
```powershell
47-
Get-PnPNavigationNode -TopNavigationBar
47+
Get-PnPNavigationNode -Location TopNavigationBar
4848
```
4949

5050
Returns all navigation nodes in the top navigation bar
@@ -121,4 +121,4 @@ Accept pipeline input: False
121121
122122
## RELATED LINKS
123123
124-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
124+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)

0 commit comments

Comments
 (0)