Skip to content

Commit c404ec3

Browse files
authored
fix spelling, Note style
1 parent c51d6ea commit c404ec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To configure the application manifest:
3333
1. From the app's **Overview** page, select the **Manifest** section. A web-based manifest editor opens, allowing you to edit the manifest within the portal. Optionally, you can select **Download** to edit the manifest locally, and then use **Upload** to reapply it to your application.
3434

3535
## Manifest reference
36-
This section describes the attributes found in the appliction manifest.
36+
This section describes the attributes found in the application manifest.
3737

3838
### accessTokenAcceptedVersion attribute
3939
| Key | Value type |
@@ -77,7 +77,7 @@ Example value:
7777
| :--- | :--- |
7878
| availableToOtherTenants | Boolean |
7979

80-
true if the application is shared with other tenants; otherwise, false. <br><br> Note: This is available only in the **App registrations (Legacy)** experience. Replaced by `signInAudience` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
80+
true if the application is shared with other tenants; otherwise, false. <br><br> Note that this attribute is available only in the **App registrations (Legacy)** experience. Replaced by `signInAudience` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
8181

8282
### appId attribute
8383
| Key | Value type |
@@ -104,7 +104,7 @@ Example value:
104104
| :--- | :--- |
105105
| displayName | String |
106106

107-
The display name for the app. <br><br> Note: This is available only in the **App registrations (Legacy)** experience. Replaced by `name` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
107+
The display name for the app. <br><br> Note that this attribute is available only in the **App registrations (Legacy)** experience. Replaced by `name` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
108108

109109
Example value:
110110
`"MyRegisteredApp"`
@@ -134,7 +134,7 @@ Example value:
134134
| :--- | :--- |
135135
| homepage |String |
136136

137-
The URL to the application's homepage. <br><br> Note: This is available only in the **App registrations (Legacy)** experience. Replaced by `signInUrl` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
137+
The URL to the application's homepage. <br><br> Note that this attribute is available only in the **App registrations (Legacy)** experience. Replaced by `signInUrl` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
138138

139139
Example value:
140140
`"https://MyRegisteredApp"`

0 commit comments

Comments
 (0)