Skip to content

Commit 2cc3a2b

Browse files
authored
Update namedefinition-simpletype-sharepoint-add-in-manifest.md
1 parent a53f86f commit 2cc3a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/schema/namedefinition-simpletype-sharepoint-add-in-manifest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ms.assetid: 37aba6e8-8291-d66a-b0bf-dded191ec131
1616

1717
**Applies to**: SharePoint Add-ins | SharePoint Foundation 2013 | SharePoint Server 2013
1818

19-
The internal name of a SharePoint Add-in. It must be ASCII characters
20-
only, with no spaces, and up to 64 characters long.
19+
Internal name of an SharePoint Add-in. The internal name of an SharePoint Add-in. Must be ASCII characters
20+
only, with no spaces, up to 64 characters long.
2121

2222
> [!NOTE]
2323
> The string `app` appears as part of or all of some element, attribute, and file names because SharePoint Add-ins were originally called "apps for SharePoint." To ensure backward compatibility, the schemas have not been changed.
@@ -40,4 +40,4 @@ only, with no spaces, and up to 64 characters long.
4040
<xs:pattern value="[A-Za-z0-9][A-Za-z0-9\s-_]*"/>
4141
</xs:restriction>
4242
</xs:simpleType>
43-
```
43+
```

0 commit comments

Comments
 (0)