From 431d547d0635e81445418061ea089c7d49568645 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 18 Apr 2024 09:32:53 -0500 Subject: [PATCH] docs: missed save on one line for last commit --- docs/queries/batch-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/queries/batch-query.md b/docs/queries/batch-query.md index 715a9f8..3d44091 100644 --- a/docs/queries/batch-query.md +++ b/docs/queries/batch-query.md @@ -22,7 +22,7 @@ type BatchQueryParams = { queryMsg: any, } -// NodeHealthValidationConfig is an optional property that is used to validate the +// MinBlockHeightValidationOptions is an optional property that is used to validate the // accuracy of the data in the batch response using an expected minimum // block height associated with the data. The query will be retried until // non-stale data is found (up to a max number of retries before error is thrown).