Skip to content

Commit

Permalink
fixed typo from 'Training has starting' to '...has started'
Browse files Browse the repository at this point in the history
  • Loading branch information
timstarkk committed Feb 5, 2020
1 parent b9ed9db commit 23837aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cacli/cmd/progress/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func Run(_ *cobra.Command, args []string) {
}

// otherwise show preparing to train message.
s.Suffix = " Training has starting, waiting for a progress update..."
s.Suffix = " Training has started, waiting for a progress update..."
s.Start()
return
})
Expand Down

0 comments on commit 23837aa

Please sign in to comment.