Commit 5483b84
docs: Readme files accuracy fix (a2aproject#1186)
## Problem
There are a couple of readme file with spelling, capitalization fixes to
align with rest of documents.
## Solution
“a2a specification” -> “A2A specification”.
“Helloworld” -> “Hello World”.
## Changes
docs/topics/a2a-and-mcp.md
docs/tutorials/python/4-agent-executor.md
docs/tutorials/python/7-streaming-and-multiturn.md
specification/grpc/README.md
## Testing
✅ Documentation builds successfully with mkdocs
✅ Markdown linting passes
✅ All internal anchor links verified
✅ No broken cross-references
## Issue
Fixes a2aproject#1185
---------
Signed-off-by: Yuri Zhao <[email protected]>1 parent ea5a7c0 commit 5483b84
File tree
3 files changed
+3
-3
lines changed- docs/tutorials/python
- specification/grpc
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments