Skip to content

Commit 74b964a

Browse files
authored
Update user-experiences-overview.md
1 parent 4dc4318 commit 74b964a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/embedded/concepts/content-experiences/user-experiences-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ You can use [Microsoft Graph's Download DriveItem API](/graph/api/driveitem-get-
2626

2727
Note the following:
2828

29-
A direct link to the file lacks the appropriate authorization from your app. If used directly in a browser, this would yield an access denied.
29+
A direct link to the file lacks the appropriate authorization from your application. If used directly in a browser, this would yield an access denied.
3030

3131
## Content Discovery in Microsoft 365
3232

33-
You can control how your content appears in the Microsoft 365 experience. The default behavior is SharePoint Embedded app content will be hidden everywhere in Microsoft 365 environment including office.com, oneDrive.com, Recommeneded or other Microsoft intelligent file discovery features.
33+
You can control how your content appears in the Microsoft 365 experience. The default behavior is SharePoint Embedded application content will be hidden everywhere in Microsoft 365 environment including office.com, oneDrive.com, Recommeneded or other Microsoft intelligent file discovery features.
3434

3535
If you want to opt into the Microsoft 365 experience, during container type creation, you can change the default settings using cmdlet [Set-SPOContainerTypeConfiguration](../admin-exp/developer-admin/dev-admin.md#container-type-configuration-properties) as per this example:
3636
```powershell
3737
Set-SPOContainerTypeConfiguration
3838
-ContainerTypeID <ContainerTypeID>
3939
-discoverabilityDisabled $False
4040
```
41-
In this way, your files will be integrated into the Microsoft365 environment, participating in intelligent file discovery.
41+
In this way, your files will be integrated into the Microsoft 365 environment, participating in intelligent file discovery.
4242

4343
> [!note]
4444
>1. If you modify the settings after creating some content, it may take up to 30 days for these changes to achieve full consistency across all consuming tenants.

0 commit comments

Comments
 (0)