docs: fix typo (#14905)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
Sylvain Bellemare
2023-02-03 23:59:53 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent 8f5efdc028
commit c9ba06bf77
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ type BaseConfig struct {
// It has no bearing on application state pruning which is determined by the
// "pruning-*" configurations.
//
// Note: Tendermint block pruning is dependant on this parameter in conunction
// Note: Tendermint block pruning is dependant on this parameter in conjunction
// with the unbonding (safety threshold) period, state pruning and state sync
// snapshot parameters to determine the correct minimum value of
// ResponseCommit.RetainHeight.
+1 -1
View File
@@ -54,7 +54,7 @@ halt-time = {{ .BaseConfig.HaltTime }}
# It has no bearing on application state pruning which is determined by the
# "pruning-*" configurations.
#
# Note: Tendermint block pruning is dependant on this parameter in conunction
# Note: Tendermint block pruning is dependant on this parameter in conjunction
# with the unbonding (safety threshold) period, state pruning and state sync
# snapshot parameters to determine the correct minimum value of
# ResponseCommit.RetainHeight.