Skip to content

Commit c3f1502

Browse files
committed
spelling: spec
Signed-off-by: Josh Soref <[email protected]>
1 parent 8fa464d commit c3f1502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/tools/apihub_tool/clients/apihub_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BaseAPIHubClient(ABC):
3737

3838
@abstractmethod
3939
def get_spec_content(self, resource_name: str) -> str:
40-
"""From a given resource name, get the soec in the API Hub."""
40+
"""From a given resource name, get the spec in the API Hub."""
4141
raise NotImplementedError()
4242

4343

0 commit comments

Comments
 (0)