Skip to content

Commit a2a852a

Browse files
leopardracerkhadni
andauthored
fix: typos in documentation files (#2211)
* Update MultiWordConsumer.sol * Update node-config.mdx --------- Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
1 parent 4540d36 commit a2a852a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/samples/APIRequests/MultiWordConsumer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ contract MultiWordConsumer is ChainlinkClient, ConfirmedOwner {
5353
}
5454

5555
/**
56-
* @notice Request mutiple parameters from the oracle in a single transaction
56+
* @notice Request multiple parameters from the oracle in a single transaction
5757
*/
5858
function requestMultipleParameters() public {
5959
Chainlink.Request memory req = _buildChainlinkRequest(

src/content/chainlink-nodes/v1/node-config.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
13981398
TraceLogging = false # Default
13991399
```
14001400

1401-
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1401+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
14021402
All nodes in the OCR network should share the same networking stack.
14031403

14041404
### IncomingMessageBufferSize
@@ -9508,7 +9508,7 @@ MinAttempts = 3 # Example
95089508
Enabled = false # Default
95099509
```
95109510

9511-
Enabled enables or disables automatically purging transactions that have been idenitified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains.
9511+
Enabled enables or disables automatically purging transactions that have been identified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains.
95129512

95139513
### DetectionApiUrl
95149514

@@ -9761,7 +9761,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
97619761
- All new transactions will be sent as type 0x2 transactions specifying a TipCap and FeeCap. Be aware that existing pending legacy transactions will continue to be gas bumped in legacy mode.
97629762
- `BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
97639763
- `FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
9764-
- `FixedPriceEstimator` will use `GasFeeCapDefault` instaed of `GasPriceDefault` for the fee cap
9764+
- `FixedPriceEstimator` will use `GasFeeCapDefault` instead of `GasPriceDefault` for the fee cap
97659765
- `PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
97669766
- `PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
97679767
- `Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead
@@ -10636,7 +10636,7 @@ GasLimitMultiplier scales the estimated gas limit.
1063610636
MaxMsgsPerBatch = 100 # Default
1063710637
```
1063810638

10639-
MaxMsgsPerBatch limits the numbers of mesages per transaction batch.
10639+
MaxMsgsPerBatch limits the numbers of messages per transaction batch.
1064010640

1064110641
### OCR2CachePollPeriod
1064210642

@@ -10863,7 +10863,7 @@ BlockHistoryPollPeriod is the rate to poll for blocks in the block history fee e
1086310863
ComputeUnitLimitDefault = 200_000 # Default
1086410864
```
1086510865

10866-
ComputeUnitLimitDefault is the compute units limit applied to transactions unless overriden during the txm enqueue
10866+
ComputeUnitLimitDefault is the compute units limit applied to transactions unless overridden during the txm enqueue
1086710867

1086810868
### EstimateComputeUnitLimit
1086910869

@@ -10940,7 +10940,7 @@ SyncThreshold is the number of blocks behind the best node that a node can be be
1094010940
NodeIsSyncingEnabled = false # Default
1094110941
```
1094210942

10943-
NodeIsSyncingEnabled enables the feature to avoid sending transactions to nodes that are syncing. Not relavant for Solana.
10943+
NodeIsSyncingEnabled enables the feature to avoid sending transactions to nodes that are syncing. Not relevant for Solana.
1094410944

1094510945
### LeaseDuration
1094610946

0 commit comments

Comments
 (0)