Skip to content

Commit 8d57eba

Browse files
kthota-ga2a-botholtskinner
authored
docs: Address typos in docstrings and docs. Fixes #940 (#941)
Fixes #940 🦕 --------- Co-authored-by: a2a-bot <[email protected]> Co-authored-by: Holt Skinner <[email protected]>
1 parent 1c5506c commit 8d57eba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ For quick reference, the following table summarizes the method mappings across a
222222
| `tasks/pushNotificationConfig/get` | `GetTaskPushNotification` | `GET /v1/tasks/{id}/pushNotificationConfigs/{configId}` | Get push notification config |
223223
| `tasks/pushNotificationConfig/list` | `ListTaskPushNotification` | `GET /v1/tasks/{id}/pushNotificationConfigs` | List push notification configs |
224224
| `tasks/pushNotificationConfig/delete` | `DeleteTaskPushNotification` | `DELETE /v1/tasks/{id}/pushNotificationConfigs/{configId}` | Delete push notification config |
225-
| `agent/authenticatedExtendedCard` | `GetAgentCard` | `GET /v1/card` | Get authenticated agent card |
225+
| `agent/getAuthenticatedExtendedCard` | `GetAgentCard` | `GET /v1/card` | Get authenticated agent card |
226226

227227
## 4. Authentication and Authorization
228228

specification/json/a2a.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ export interface PushNotificationAuthenticationInfo {
835835
*/
836836
export interface PushNotificationConfig {
837837
/**
838-
* A unique ID for the push notification configuration, created by the server
838+
* A unique ID for the push notification configuration, set by the client
839839
* to support multiple notification callbacks.
840840
*/
841841
id?: string;

0 commit comments

Comments
 (0)