Skip to content

Commit cedfecd

Browse files
Update Set-PnPSite.md
Small typo in code example 5. Should be LogoFilePath instead of SiteLogoPath.
1 parent a798aae commit cedfecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Enables Flows for this site
7575

7676
### ------------------EXAMPLE 5------------------
7777
```powershell
78-
Set-PnPSite -SiteLogoPath c:\images\mylogo.png
78+
Set-PnPSite -LogoFilePath c:\images\mylogo.png
7979
```
8080

8181
Sets the logo if the site is a modern team site
@@ -362,4 +362,4 @@ Accept pipeline input: False
362362
363363
## RELATED LINKS
364364
365-
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
365+
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)

0 commit comments

Comments
 (0)