Skip to content

Commit 89e4a1b

Browse files
authored
Updated link and code for CLI for Microsoft 365
Updated link for CLI for Microsoft 365 documentation and code for CLI for Microsoft 365
1 parent 1220d9b commit 89e4a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/web-parts/single-part-app-pages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using single part app pages in SharePoint Online
33
description: Using single part app pages in SharePoint Online
4-
ms.date: 09/07/2020
4+
ms.date: 06/14/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -64,10 +64,10 @@ Set-PnPClientSidePage -Identity "Page" -LayoutType SingleWebPartAppPage
6464

6565
```console
6666
m365 login
67-
m365 spo listitem set --webUrl https://contoso.sharepoint.com/sites/marketing --listTitle 'Site Pages' --id 3 --PageLayoutType SingleWebPartAppPage
67+
m365 spo listitem set --webUrl https://contoso.sharepoint.com/sites/marketing --listTitle "Site Pages" --id 3 --PageLayoutType SingleWebPartAppPage
6868
```
6969

70-
> Refer to the [CLI for Microsoft 365 documentation](https://pnp.github.io/cli-microsoft365/cmd/spo/listitem/listitem-set/) for complete details and examples on this command.
70+
> Refer to the [CLI for Microsoft 365 documentation](https://pnp.github.io/cli-microsoft365/cmd/spo/listitem/listitem-set.html) for complete details and examples on this command.
7171
7272
---
7373

0 commit comments

Comments
 (0)