Skip to content

Commit 60bad5a

Browse files
committed
docs: fix 'incase' typo in connection schema host description
1 parent e6df097 commit 60bad5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/tools/application_integration_tool/clients/connections_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def get_connector_base_spec() -> Dict[str, Any]:
247247
"host": {
248248
"type": "string",
249249
"default": "",
250-
"description": "Host name incase of tls service directory",
250+
"description": "Host name in case of tls service directory",
251251
},
252252
"entity": {
253253
"type": "string",

0 commit comments

Comments
 (0)