Skip to content

Commit

Permalink
Spelling Issues in Documentation (#2232)
Browse files Browse the repository at this point in the history
* Update fulfilling-requests.mdx

* Update node-config.mdx

---------

Co-authored-by: Amine E. <[email protected]>
  • Loading branch information
Vikt0rPavlik and aelmanaa authored Jan 15, 2025
1 parent 94497df commit a381b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/chainlink-nodes/v1/fulfilling-requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
4 changes: 2 additions & 2 deletions src/content/chainlink-nodes/v1/node-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a381b44

Please sign in to comment.