Skip to content

Commit eff5903

Browse files
knileshhcopybara-github
authored andcommitted
Copybara import of the project:
-- 6c3b8b5 by knileshh <neutron_stays@protonmail.com>: fix: Correct various typos in CHANGELOG.md and test_rest_api_tool.py Corrected the following spelling errors: - CHANGELOG.md: "impprovements" -> "improvements" - test_rest_api_tool.py: "def sample_endpiont:" -> "def sample_endpoint:" - CHANGELOG.md: "credentails" -> "credentials" - CHANGELOG.md: "auido" -> "audio" COPYBARA_INTEGRATE_REVIEW=#498 from knileshh:main caadbdb PiperOrigin-RevId: 754189420
1 parent da677b7 commit eff5903

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
### ⚠ BREAKING CHANGES
2828

2929
* Auth: expose `access_token` and `refresh_token` at top level of auth
30-
credentails, instead of a `dict`
30+
credentials, instead of a `dict`
3131
([commit](https://github.com/google/adk-python/commit/956fb912e8851b139668b1ccb8db10fd252a6990)).
3232

3333
### Features
@@ -50,7 +50,7 @@
5050

5151
### Miscellaneous Chores
5252

53-
* README.md impprovements.
53+
* README.md improvements.
5454
* Various code improvements.
5555
* Various typo fixes.
5656
* Bump min version of google-genai to 1.11.0.
@@ -108,4 +108,4 @@
108108
* Built-in evaluation support
109109
* Development UI that makes local development easy
110110
* Deploy to Google Cloud Run, Agent Engine
111-
* (Experimental) Live(Bidi) auido/video agent support and Compositional Function Calling(CFC) support
111+
* (Experimental) Live(Bidi) audio/video agent support and Compositional Function Calling(CFC) support

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ This project follows
5656

5757
### Requirement for PRs
5858

59-
- All PRs, other than small documentation or typo fixes, should have an issue associated. If not, please create one.
60-
- Submit small, focused PRs. Keep changes minimal—one concern per PR.
61-
- For bug fixes or features, please provide logs or screenshots after the fix is applied to help reviewers better understand the change.
62-
- Please add corresponding tests for your code change if it is not covered by existing tests.
59+
- All PRs, other than small documentation or typo fixes, should have a Issue assoicated. If not, please create one.
60+
- Small, focused PRs. Keep changes minimal—one concern per PR.
61+
- For bug fixes or features, please provide logs or screenshot after the fix is applied to help reviewers better understand the fix.
62+
- Please add corresponding testing for your code change if it's not covered by existing tests.
6363
6464
### Large or Complex Changes
6565
For substantial features or architectural revisions:
6666
67-
- Open an issue first: Outline your proposal, including design considerations and impact.
68-
- Gather feedback: Discuss with maintainers and the community to ensure alignment and avoid duplicate work.
67+
- Open an Issue First: Outline your proposal, including design considerations and impact.
68+
- Gather Feedback: Discuss with maintainers and the community to ensure alignment and avoid duplicate work
6969
7070
### Code reviews
7171

tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def mock_operation_parser(self):
6161
return mock_parser
6262

6363
@pytest.fixture
64-
def sample_endpiont(self):
64+
def sample_endpoint(self):
6565
return OperationEndpoint(
6666
base_url="https://example.com", path="/test", method="GET"
6767
)

0 commit comments

Comments
 (0)