docs: fix typos across docs (#1154)

got some typos while reading the docs

Co-authored-by: Averi Kitsch <akitsch@google.com>
This commit is contained in:
Ajaykumar Yadav
2025-08-15 03:12:04 +05:30
committed by GitHub
parent 5a97ea59b8
commit c65c11af24
23 changed files with 32 additions and 32 deletions

View File

@@ -45,7 +45,7 @@ For more details on configuring different types of sources, see the
### Tools
The `tools` section of your `tools.yaml` define your the actions your agent can
The `tools` section of your `tools.yaml` defines the actions your agent can
take: what kind of tool it is, which source(s) it affects, what parameters it
uses, etc.
@@ -76,7 +76,7 @@ toolsets:
my_first_toolset:
- my_first_tool
- my_second_tool
my_second_toolset:
my_second_toolset:
- my_second_tool
- my_third_tool
```