Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Mar 5, 2024
1 parent b492dab commit 149d522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/pages/reference/frog-transaction-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ app.transaction('/send-ether', (c) => {

- **Type**: `TransactionResponseFn<TransactionParameters>`

Raw transaction response. [See more.](/reference/frog-transaction-response#raw-transaction-craw)
Raw transaction response. [See more.](/reference/frog-transaction-response#raw-transaction-cres)

```tsx twoslash
// @noErrors
Expand Down
4 changes: 2 additions & 2 deletions site/pages/reference/frog-transaction-response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are three types of responses:

- [Send Transaction (`c.send`)](#send-transaction-csend): Convinience method to **send a transaction**.
- [Contract Transaction (`c.contract`)](#contract-transaction-ccontract): Convinience method to **invoke a contract function** (with inferred types & automatic encoding).
- [Raw Transaction (`c.raw`)](#raw-transaction-craw): Low-level method to **send raw transaction** (mimics the [Transaction Spec API](https://warpcast.notion.site/Frame-Transactions-Public-Draft-v2-9d9f9f4f527249519a41bd8d16165f73?pvs=4)).
- [Raw Transaction (`c.res`)](#raw-transaction-cres): Low-level method to **send raw transaction** (mimics the [Transaction Spec API](https://warpcast.notion.site/Frame-Transactions-Public-Draft-v2-9d9f9f4f527249519a41bd8d16165f73?pvs=4)).

```tsx twoslash
// @noErrors
Expand Down Expand Up @@ -288,7 +288,7 @@ app.transaction('/mint', (c) => {
})
```

## Raw Transaction (`c.raw`)
## Raw Transaction (`c.res`)

### chainId

Expand Down

0 comments on commit 149d522

Please sign in to comment.