Skip to content

Commit f7e120d

Browse files
Correct the Typo (SharePoint#5929)
* Update set-up-sharepoint-site-lists-libraries.md Correct Typo , replace with 'a Microsoft' * Update modern-experience-customizations-provisioning-sites.md Correct the Typo
1 parent df1b501 commit f7e120d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/business-apps/get-started/set-up-sharepoint-site-lists-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up your SharePoint site with lists and libraries
33
description: Set up your SharePoint site with lists and libraries
4-
ms.date: 4/30/2020
4+
ms.date: 6/23/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -12,7 +12,7 @@ To successfully complete the *Getting Started* tutorials, set up your SharePoint
1212

1313
## Microsoft 365 tenant
1414

15-
To use Power Automate and build flows, you need an Microsoft 365 tenant.
15+
To use Power Automate and build flows, you need a Microsoft 365 tenant.
1616

1717
If you already have an Office 365 tenant, see section **Create Projects list** below.
1818

docs/solution-guidance/modern-experience-customizations-provisioning-sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ o365 spo propertybag list -u $siteUrl
159159

160160
### Provision a Microsoft 365 group programmatically
161161

162-
"Modern" team sites can be created programmatically by creating an [Microsoft 365 group](https://developer.microsoft.com/graph/docs/api-reference/v1.0/resources/group) using the Microsoft Graph. In fact, when you create a Microsoft 365 group, a "modern" team site is automatically provisioned for the group. The "modern" team site URI is based on the **mailNickname** parameter of the Microsoft 365 group and has the following default structure.
162+
"Modern" team sites can be created programmatically by creating a [Microsoft 365 group](https://developer.microsoft.com/graph/docs/api-reference/v1.0/resources/group) using the Microsoft Graph. In fact, when you create a Microsoft 365 group, a "modern" team site is automatically provisioned for the group. The "modern" team site URI is based on the **mailNickname** parameter of the Microsoft 365 group and has the following default structure.
163163

164164
```http
165165
https://[tenant].sharepoint.com/sites/[mailNickname]

0 commit comments

Comments
 (0)