chore: fix spelling errors (#20187)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Cosmos SDK
2024-04-25 17:32:55 +00:00
committed by GitHub
co-authored by github-merge-queue marbar3778 Marko coderabbitai[bot]
parent b15732a594
commit fbb94f437f
6 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ utilities.
It is vital that the root command of an application uses `PersistentPreRun()` cobra command
property for executing the command, so all child commands have access to the server and client contexts.
These contexts are set as their default values initially and maybe modified,
These contexts are set as their default values initially and may be modified,
scoped to the command, in their respective `PersistentPreRun()` functions. Note that
the `client.Context` is typically pre-populated with "default" values that may be
useful for all commands to inherit and override if necessary.