We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa464d commit c3f1502Copy full SHA for c3f1502
src/google/adk/tools/apihub_tool/clients/apihub_client.py
@@ -37,7 +37,7 @@ class BaseAPIHubClient(ABC):
37
38
@abstractmethod
39
def get_spec_content(self, resource_name: str) -> str:
40
- """From a given resource name, get the soec in the API Hub."""
+ """From a given resource name, get the spec in the API Hub."""
41
raise NotImplementedError()
42
43
0 commit comments