Skip to content

Commit de24a48

Browse files
fix formatting for HTML tag
1 parent a601aa1 commit de24a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/embedded/development/declarative-agent/spe-da-adv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It's intended to allow consuming tenant SPE admins to set an allowlist of hosts
4646
> [!NOTE]
4747
>
4848
> If this configuration isn't set, the [Content-Security-Policy](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy) is default set to
49-
> [frame-ancestors](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors): "none" which means no one can embed the agent.
49+
> [frame-ancestors](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors): "none", which means no one can embed the agent.
5050
5151
Here are example commands to use the [Connect to SharePoint using PowerShell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) commands:
5252

@@ -79,7 +79,7 @@ CopilotEmbeddedChatHosts : {http://localhost:*}
7979

8080
##### Authentication and 3P Cookies
8181

82-
The iframe used by SharePoint Embedded agent authenticates users using third-party cookies. If third-party cookies are disabled in the user's browser, the iframe can't authenticate automatically. In this case, a popup prompts the user to sign in manually, ensuring that authentication can still be completed.
82+
The `iframe` used by SharePoint Embedded agent authenticates users using third-party cookies. If third-party cookies are disabled in the user's browser, the iframe can't authenticate automatically. In this case, a popup prompts the user to sign in manually, ensuring that authentication can still be completed.
8383

8484
## Advanced Topics
8585

@@ -166,7 +166,7 @@ export enum DataSourceType {
166166

167167
##### Language/Locale
168168

169-
The agent iframe dynamically loads localization settings to ensure that the chat interface is displayed in the appropriate language. These settings are derived from SharePoint, which provides a comprehensive set of localization options.
169+
The agent `iframe` dynamically loads localization settings to ensure that the chat interface is displayed in the appropriate language. These settings are derived from SharePoint, which provides a comprehensive set of localization options.
170170

171171
When the agent iframe is initialized, it retrieves the current localization settings from SharePoint. These settings dictate the language and regional preferences for the chat interface, ensuring that all UI elements, messages, and interactions are presented in the user's preferred language. This seamless integration with SharePoint's localization framework allows the agent to provide a consistent an
172172

0 commit comments

Comments
 (0)