Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling Issues in Documentation #2232

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading