docs: fix misspelled issues (#24989)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
David Klank
2025-07-29 20:06:24 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 255829400d
commit 892f4d868c
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type GenesisSource = func(field string) (io.ReadCloser, error)
// abstract over a single JSON object or JSON in separate files that can be
// streamed over. Modules should open a separate io.WriteCloser for each field
// and should prefer writing fields as arrays when possible to support efficient
// iteration. It is important the caller closers the writer AND checks the error
// iteration. It is important the caller closes the writer AND checks the error
// when done with it. It is expected that a stream of JSON data is written
// to the writer.
type GenesisTarget = func(field string) (io.WriteCloser, error)