From cedfecd46d84fdf4801faf3580c9e0dddb465b23 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 26 Nov 2018 14:55:33 +0100 Subject: [PATCH] Update Set-PnPSite.md Small typo in code example 5. Should be LogoFilePath instead of SiteLogoPath. --- sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPSite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPSite.md b/sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPSite.md index b3b184a1de..abeb92e74b 100644 --- a/sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPSite.md +++ b/sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPSite.md @@ -75,7 +75,7 @@ Enables Flows for this site ### ------------------EXAMPLE 5------------------ ```powershell -Set-PnPSite -SiteLogoPath c:\images\mylogo.png +Set-PnPSite -LogoFilePath c:\images\mylogo.png ``` Sets the logo if the site is a modern team site @@ -362,4 +362,4 @@ Accept pipeline input: False ## RELATED LINKS -[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp) \ No newline at end of file +[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)