Fix typo in cs stop command: Stoppping -> Stopping (#7318)
This commit is contained in:
parent
83322104b7
commit
c0855a3e61
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ func (a *App) StopCodespace(ctx context.Context, opts *stopOptions) error {
|
|||
}
|
||||
}
|
||||
|
||||
err := a.RunWithProgress("Stoppping codespace", func() (err error) {
|
||||
err := a.RunWithProgress("Stopping codespace", func() (err error) {
|
||||
err = a.apiClient.StopCodespace(ctx, codespaceName, opts.orgName, ownerName)
|
||||
return
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue