From ec59dad4296b4bcd8e7f9996b8b546e43863e03f Mon Sep 17 00:00:00 2001 From: queryfast Date: Thu, 7 Aug 2025 16:55:29 +0800 Subject: [PATCH] chore: fix some typos Signed-off-by: queryfast --- .../Functions/adding-functions-to-projects/example-source.js | 2 +- src/content/chainlink-nodes/v1/node-config.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/samples/Functions/adding-functions-to-projects/example-source.js b/public/samples/Functions/adding-functions-to-projects/example-source.js index fcf7246090f..b1810e71731 100644 --- a/public/samples/Functions/adding-functions-to-projects/example-source.js +++ b/public/samples/Functions/adding-functions-to-projects/example-source.js @@ -5,7 +5,7 @@ // Refer to https://github.com/smartcontractkit/functions-hardhat-starter-kit#javascript-code -// Arguments can be provided when a request is initated onchain and used in the request source code as shown below +// Arguments can be provided when a request is initiated onchain and used in the request source code as shown below const fromSymbol = args[0] const toSymbol = args[1] diff --git a/src/content/chainlink-nodes/v1/node-config.mdx b/src/content/chainlink-nodes/v1/node-config.mdx index cb2c9e444a5..7941c65721a 100644 --- a/src/content/chainlink-nodes/v1/node-config.mdx +++ b/src/content/chainlink-nodes/v1/node-config.mdx @@ -18040,7 +18040,7 @@ GasLimitMultiplier scales the estimated gas limit. MaxMsgsPerBatch = 100 # Default ``` -MaxMsgsPerBatch limits the numbers of mesages per transaction batch. +MaxMsgsPerBatch limits the numbers of messages per transaction batch. ### OCR2CachePollPeriod @@ -18406,7 +18406,7 @@ SyncThreshold is the number of blocks behind the best node that a node can be be NodeIsSyncingEnabled = false # Default ``` -NodeIsSyncingEnabled enables the feature to avoid sending transactions to nodes that are syncing. Not relavant for Solana. +NodeIsSyncingEnabled enables the feature to avoid sending transactions to nodes that are syncing. Not relevant for Solana. ### LeaseDuration