Skip to content

Commit 34d2546

Browse files
Merge pull request SharePoint#7156 from bcameron1231/patch-15
Typo Fix
2 parents c1992f3 + 54cbbbf commit 34d2546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/transform/modernize-userinterface-site-pages-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Transform classic pages to modern pages using PowerShell
33
description: Explains how to transform classic wiki and web part pages into modern pages using the SharePoint PowerShell
4-
ms.date: 04/29/2021
4+
ms.date: 07/08/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -162,7 +162,7 @@ ConvertTo-PnPPage -Identity pageinroot.aspx -Overwrite -Folder "<root>"
162162

163163
### Modern site pages don't work on the site I want to transform pages in
164164

165-
By default the modern site page capability is enabled on most sites but maybe it was turned off afterwards. If that's the case the [SharePoint Modernization scanner](https://aka.ms/sppnp-modernizationscanner) will tell you which sites have turned of the modern page feature. To remediate this use below sample PnP PowerShell script:
165+
By default the modern site page capability is enabled on most sites but maybe it was turned off afterwards. If that's the case the [SharePoint Modernization scanner](https://aka.ms/sppnp-modernizationscanner) will tell you which sites have turned off the modern page feature. To remediate this use below sample PnP PowerShell script:
166166

167167
```PowerShell
168168
Connect-PnPOnline -Url "<your web url>" -Interactive

0 commit comments

Comments
 (0)