fix(docs,code): correct spelling and grammar across comments, tests, and documentation (#25172)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Marco
2025-08-14 19:35:04 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 20341adf66
commit 8a9467ccdd
16 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
l.Log("started test network at height:", height)
// Ensure we cleanup incase any test was abruptly halted (e.g. SIGINT) as any
// Ensure we cleanup in case any test was abruptly halted (e.g. SIGINT) as any
// defer in a test would not be called.
trapSignal(network.Cleanup)