diff --git a/pages/bundler-api/actions.mdx b/pages/bundler-api/actions.mdx index 2c383cf..11cea0c 100644 --- a/pages/bundler-api/actions.mdx +++ b/pages/bundler-api/actions.mdx @@ -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 diff --git a/pages/bundler-api/actions/borrow.mdx b/pages/bundler-api/actions/borrow.mdx index 01bb872..101ec67 100644 --- a/pages/bundler-api/actions/borrow.mdx +++ b/pages/bundler-api/actions/borrow.mdx @@ -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 | diff --git a/pages/bundler-api/actions/transferFrom.mdx b/pages/bundler-api/actions/transferFrom.mdx index 138c3e2..1f1ed06 100644 --- a/pages/bundler-api/actions/transferFrom.mdx +++ b/pages/bundler-api/actions/transferFrom.mdx @@ -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 | diff --git a/pages/concepts/routingOptions.mdx b/pages/concepts/routingOptions.mdx index 7873e19..80d4c07 100644 --- a/pages/concepts/routingOptions.mdx +++ b/pages/concepts/routingOptions.mdx @@ -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