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:
co-authored by
github-merge-queue
marbar3778
Marko
coderabbitai[bot]
parent
b15732a594
commit
fbb94f437f
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user