File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const list_backends = tool(
21
21
"is the resource name of the Cloud Run service serving the App Hosting backend. The last segment of that name is the service ID. " +
22
22
"`domains` is the list of domains that are associated with the backend. They either have type `CUSTOM` or `DEFAULT`. " +
23
23
" Every backend should have a `DEFAULT` domain. " +
24
- " The actual domain that a user would use to conenct to the backend is the last parameter of the domain resource name. " +
24
+ " The actual domain that a user would use to connect to the backend is the last parameter of the domain resource name. " +
25
25
" If a custom domain is correctly set up, it will have statuses ending in `ACTIVE`." ,
26
26
inputSchema : z . object ( {
27
27
location : z
You can’t perform that action at this time.
0 commit comments