Skip to content

Commit 9ddb7fc

Browse files
Merge pull request SharePoint#7247 from modery/master
Update migration-api-overview.md
2 parents c3342f8 + 5366185 commit 9ddb7fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/apis/migration-api-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Online Import Migration API"
33
ms.prod: sharepoint
4-
ms.date: 06/22/2021
4+
ms.date: 08/19/2021
55
ms.author: jhendr
66
author: JoanneHendrickson
77
manager: serdars
@@ -756,7 +756,7 @@ There is no change from current published full 2013 package schema.
756756
</xs:sequence>
757757
</xs:complexType>
758758
759-
<!-- Generic complex Type definition that wraps a Sharepoint top-level element -->
759+
<!-- Generic complex Type definition that wraps a SharePoint top-level element -->
760760
<xs:complexType name="SPGenericObject">
761761
<xs:sequence>
762762
<xs:choice minOccurs="0" maxOccurs="1">
@@ -809,7 +809,7 @@ There is no change from current published full 2013 package schema.
809809
</xs:restriction>
810810
</xs:simpleType>
811811
812-
<!-- Enumeration of all the top-level serialized Sharepoint Types -->
812+
<!-- Enumeration of all the top-level serialized SharePoint Types -->
813813
<xs:simpleType name="SPObjectType">
814814
<xs:restriction base="xs:string">
815815
<xs:enumeration value="SPList" />
@@ -828,7 +828,7 @@ There is no change from current published full 2013 package schema.
828828
</xs:restriction>
829829
</xs:simpleType>
830830
831-
<!-- Enumeration of all the non-top level serialized Sharepoint Types -->
831+
<!-- Enumeration of all the non-top level serialized SharePoint Types -->
832832
<xs:simpleType name="OtherObjectType">
833833
<xs:restriction base="xs:string">
834834
<xs:enumeration value="SPFileVersion" />

0 commit comments

Comments
 (0)