Skip to content

Commit 17461b3

Browse files
committed
serve —> connect to
1 parent 4084b02 commit 17461b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/docs/(root)/guides/backend-actions/remote-backend-endpoint.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,16 @@ Now that you've set up your FastAPI server with the backend actions, integrate i
193193
<TailoredContent>
194194
<TailoredContentOption
195195
title="Copilot Cloud (Recommended)"
196-
description="I want to use Copilot Cloud to serve my remote endpoint."
196+
description="I want to use Copilot Cloud to connect to my remote endpoint."
197197
icon={<FaCloud />}
198198
>
199199
<InsecurePasswordProtected>
200200
<CopilotCloudConfigureRemoteEndpointSnippet components={props.components} />
201201
</InsecurePasswordProtected>
202202
</TailoredContentOption>
203203
<TailoredContentOption
204-
title="Self-Hosted"
205-
description="I want to use a self-hosted Copilot Runtime to serve my remote endpoint."
204+
title="Self-Hosted Copilot Runtime"
205+
description="I want to use a self-hosted Copilot Runtime to connect to my remote endpoint."
206206
icon={<FaServer />}
207207
>
208208
<Steps>

0 commit comments

Comments
 (0)