Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Jan 28, 2024
1 parent 903fb0e commit 4095f08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/reference/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ The consensus parameters used for validating blocks.

**fields:**

`txParams`: [`TxParameters!`](#TxParameters)
`txParams`: [`TxParameters!`](#txparameters)

The allowed parameters of transactions

`predicateParams`: [`PredicateParameters!`](#PredicateParameters)
`predicateParams`: [`PredicateParameters!`](#predicateparameters)

The allowed parameters of predicates

`scriptParams`: [`ScriptParameters!`](#ScriptParameters)
`scriptParams`: [`ScriptParameters!`](#scriptparameters)

The allowed parameters of scripts

Expand Down Expand Up @@ -1221,7 +1221,7 @@ The last reported height of the peer node.

`lastHeartbeatMs`: [`U64!`](/docs/reference/scalars/#u64)

The time of the last heartbeat from this peer node in unix epoch time milliseconds.
The time of the last heartbeat from this peer node in Unix epoch time milliseconds.

`appScore`: `Float!`

Expand Down Expand Up @@ -1289,7 +1289,7 @@ The maximum length of predicate data.

`maxGasPerPredicate`: [`U64!`](/docs/reference/scalars/#u64)

The maxiumum amount of gas allowed for a predicate.
The maximum amount of gas allowed for a predicate.

`maxMessageDataLength`: [`U64!`](/docs/reference/scalars/#u64)

Expand Down Expand Up @@ -1647,7 +1647,7 @@ The maximum number of witnesses allowed for a transaction.

`maxGasPerTx`: [`U64!`](/docs/reference/scalars/#u64)

The maximum amoutn of gas allowed for a transaction.
The maximum amount of gas allowed for a transaction.

`maxSize`: [`U64!`](/docs/reference/scalars/#u64)

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/unions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ An output type for a transaction.
**Types:**

[`CoinOutput`](/docs/reference/objects/#coinoutput): Indicates coins
were forwarded from one address to another.
were forwarded from one address to another.
Can be used during transaction creation when the recipient, asset, and amount is known.

[`ContractOutput`](/docs/reference/objects/#contractoutput):
Expand Down
3 changes: 2 additions & 1 deletion spell-check-custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ mempool
EOA
args
breakpoint
PeerInfo
PeerInfo
Unix

0 comments on commit 4095f08

Please sign in to comment.