Skip to content

Commit

Permalink
fix(docs): Minor Grammatical Fixes (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhifetch authored Aug 15, 2024
1 parent 10fa7b4 commit 2d37f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/examples/intermediate/send-tokens-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Introduction

This file can be run on any platform supporting Python, with the necessary install permissions.
This example shows how to use Agents to make them send tokens with one another.
This example shows how to use Agents to make them send tokens to each other.

### Supporting documentation

Expand Down
2 changes: 1 addition & 1 deletion pages/examples/intermediate/wallet-messaging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In this example we will create two agents locally using `uagents` library and ma

This step imports necessary libraries for creating agents and handling wallet messaging.

- Defining two agents which can communicate to each other.
- Defining two agents that can communicate with each other.

```python
# Defining agent's seeds
Expand Down

0 comments on commit 2d37f91

Please sign in to comment.