diff --git a/src/content/chainlink-nodes/v1/fulfilling-requests.mdx b/src/content/chainlink-nodes/v1/fulfilling-requests.mdx index eb47eaac08f..fd287495681 100644 --- a/src/content/chainlink-nodes/v1/fulfilling-requests.mdx +++ b/src/content/chainlink-nodes/v1/fulfilling-requests.mdx @@ -99,7 +99,7 @@ Your node works with several different types of addresses. Each address type has ## Add a job to the node -You will create a job that calls an OpenAPI , parses the response and then return a `uint256`. +You will create a job that calls an OpenAPI , parses the response and then returns a `uint256`. 1. In the Chainlink Operator UI on the **Jobs** tab, click **New Job**. diff --git a/src/content/chainlink-nodes/v1/node-config.mdx b/src/content/chainlink-nodes/v1/node-config.mdx index 37f58b37262..05010b92e4e 100644 --- a/src/content/chainlink-nodes/v1/node-config.mdx +++ b/src/content/chainlink-nodes/v1/node-config.mdx @@ -10241,7 +10241,7 @@ ReplacementTransactionUnderpriced = '(: |^)replacement transaction underpriced' LimitReached = '(: |^)limit reached' # Example TransactionAlreadyInMempool = '(: |^)transaction already in mempool' # Example TerminallyUnderpriced = '(: |^)terminally underpriced' # Example -InsufficientEth = '(: |^)insufficeint eth' # Example +InsufficientEth = '(: |^)insufficient eth' # Example TxFeeExceedsCap = '(: |^)tx fee exceeds cap' # Example L2FeeTooLow = '(: |^)l2 fee too low' # Example L2FeeTooHigh = '(: |^)l2 fee too high' # Example @@ -10305,7 +10305,7 @@ TerminallyUnderpriced is a regex pattern to match against terminally underpriced ### InsufficientEth ```toml -InsufficientEth = '(: |^)insufficeint eth' # Example +InsufficientEth = '(: |^)insufficient eth' # Example ``` InsufficientEth is a regex pattern to match against insufficient eth errors.