Skip to content

Commit

Permalink
correct vale typos
Browse files Browse the repository at this point in the history
  • Loading branch information
valle-xyz committed Jan 24, 2025
1 parent dc3bfa7 commit 6979c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/home/ai-agent-quickstarts/human-approval.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The AI agent can now propose transactions.
We recommend sending the transactions to the [Safe Transaction Service](./../../../core-api/transaction-service-overview.mdx).
By this, you make sure that the transactions show up in the Safe Wallet interface and can easily be checked, approved and executed by the human signers.

You can use the [Api Kit](./../../sdk/api-kit.mdx) to propose transactions to the Safe Transaction Service.
You can use the [API Kit](./../../sdk/api-kit.mdx) to propose transactions to the Safe Transaction Service.

A simple example transaction to the zero address can be proposed like this:

Expand Down
2 changes: 1 addition & 1 deletion pages/home/ai-agent-quickstarts/multi-agent-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Agent One can now propose transactions. We recommend sending these transactions
- It allows Agent Two to easily receive, sign, and execute the transaction.
- Transactions appear in the Safe Wallet interface, where human signers can review, approve, and execute them.

You can use the [Api Kit](./../../sdk/api-kit.mdx) to propose transactions to the Safe Transaction Service.
You can use the [API Kit](./../../sdk/api-kit.mdx) to propose transactions to the Safe Transaction Service.

Here's an example of how Agent One can propose a simple transaction to the zero address:

Expand Down

0 comments on commit 6979c93

Please sign in to comment.