Skip to content

Commit 9bbf699

Browse files
authored
Fix casing
1 parent e906021 commit 9bbf699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
6464
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
6565
```
6666

67-
Example 2 provides details about the application corresponding to the Owning Application Id in the specified tenant. It returns applications, which includes the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings, the `OverrideTenantSharingCapability` status and the list of all Copilot embedded chat host URLs.
67+
Example 2 provides details about the application corresponding to the owning application Id in the specified tenant. It returns applications, which includes the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings, the `OverrideTenantSharingCapability` status and the list of all Copilot embedded chat host URLs.
6868

6969
### Example 3
7070

0 commit comments

Comments
 (0)