Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling issues #37

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/bundler-api/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout } from 'nextra/components'

## Summary

Actions are standardized interactions related to contract calls, allowing for quick development integration than requiring to handle each individual function signature for each protocol, you can simply use these actions for interacting which associates the function calls of a protocol.
Actions are standardized interactions related to contract calls, allowing for quick development integration rather than requiring to handle each individual function signature for each protocol, you can simply use these actions for interacting which associates the function calls of a protocol.

## Example of Abstraction

Expand Down
2 changes: 1 addition & 1 deletion pages/bundler-api/actions/borrow.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Borrow

Borrow is the action for borrowing a specific asserts, after depositing into a lending protocol.
Borrow is the action for borrowing a specific asset, after depositing into a lending protocol.

Arguments:
| name | Description | Example |
Expand Down
2 changes: 1 addition & 1 deletion pages/bundler-api/actions/transferFrom.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transfer From

TransferFrom one or more tokens to a specific address.
Transfer from one or more tokens to a specific address.

Arguments:
| name | Description | Example |
Expand Down
2 changes: 1 addition & 1 deletion pages/concepts/routingOptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Recommended usecase:
1. EOAs

## Delegate
`delegate`: returns calldata in the form of delegateCalls, which allows [tokenized](./tokenized-nontokenized/tokenized.mdx) and [non-tokenized](./tokenized-nontokenized/nontokenized.mdx). Enabling all state of the smart account to remaiin in the smart account, and not in the router.
`delegate`: returns calldata in the form of delegateCalls, which allows [tokenized](./tokenized-nontokenized/tokenized.mdx) and [non-tokenized](./tokenized-nontokenized/nontokenized.mdx). Enabling all state of the smart account to remain in the smart account, and not in the router.

Recommended usecase:
1. Smart Account
Expand Down