diff --git a/src/content/chainlink-automation/tutorials/vault-harvester.mdx b/src/content/chainlink-automation/tutorials/vault-harvester.mdx index c8025ba764c..f877564c4f4 100644 --- a/src/content/chainlink-automation/tutorials/vault-harvester.mdx +++ b/src/content/chainlink-automation/tutorials/vault-harvester.mdx @@ -439,4 +439,4 @@ abstract contract KeeperCompatibleHarvester is IHarvester, Ownable { } ``` -This is an abstract contract that iterates vaults from a provided list and fits vaults within upkeep gas limit. The contract also provides helper functions to calculate gas consumption and estimate profit and contains a trigger mechanism can be time-based, profit-based or custom. Finally, the cotract reports profits, successful harvests, and failed harvests. +This is an abstract contract that iterates vaults from a provided list and fits vaults within upkeep gas limit. The contract also provides helper functions to calculate gas consumption and estimate profit and contains a trigger mechanism can be time-based, profit-based or custom. Finally, the contract reports profits, successful harvests, and failed harvests. diff --git a/src/content/chainlink-functions/api-reference/functions-client.mdx b/src/content/chainlink-functions/api-reference/functions-client.mdx index 48b68cac957..6b9311584f7 100644 --- a/src/content/chainlink-functions/api-reference/functions-client.mdx +++ b/src/content/chainlink-functions/api-reference/functions-client.mdx @@ -96,7 +96,7 @@ _Either response or error parameter will be set, but never both_ function handleOracleFulfillment(bytes32 requestId, bytes response, bytes err) external ``` -Chainlink Functions response handler called by the Functions Router during fullilment from the designated transmitter node in an OCR round +Chainlink Functions response handler called by the Functions Router during fulfillment from the designated transmitter node in an OCR round _Either response or error parameter will be set, but never both_ diff --git a/src/content/chainlink-functions/supported-networks.mdx b/src/content/chainlink-functions/supported-networks.mdx index cc3202ae377..b067d3215a9 100644 --- a/src/content/chainlink-functions/supported-networks.mdx +++ b/src/content/chainlink-functions/supported-networks.mdx @@ -37,11 +37,11 @@ Read the [LINK Token Contracts](/resources/link-token-contracts) page to learn w ### Sepolia testnet -| Item | Value | -| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Functions router |
| -|