Skip to content

Commit 3dff6c2

Browse files
authored
Update Remove-PnPNavigationNode.md
1 parent f0cb3d6 commit 3dff6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Removes the navigation node with the specified id
3737

3838
### ------------------EXAMPLE 2------------------
3939
```powershell
40-
$nodes = Get-PnPNavigationNode -QuickLaunch
40+
$nodes = Get-PnPNavigationNode -Location QuickLaunch
4141
PS:>$nodes | Select-Object -First 1 | Remove-PnPNavigationNode -Force
4242
```
4343

@@ -128,4 +128,4 @@ Accept pipeline input: False
128128
129129
## RELATED LINKS
130130
131-
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
131+
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)

0 commit comments

Comments
 (0)