Skip to content

Commit

Permalink
Better english
Browse files Browse the repository at this point in the history
Co-Authored-By: Jonathan Hurter <john@scalingo.com>
  • Loading branch information
EtienneM and john-scalingo committed Feb 25, 2020
1 parent 868bbb0 commit 81e77db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/error.go
Expand Up @@ -85,7 +85,7 @@ func errorQuit(err error) {
io.Errorf("The application was not found on the region %s.\n", region)
io.Error("You can try on a different region with 'scalingo --region osc-fr1 ...'.")
io.Error("")
io.Error("List of available regions from your account is accessible with 'scalingo regions'.")
io.Error("List of available regions for your account is accessible with 'scalingo regions'.")
} else {
io.Error("An error occured:")
debug.Println(errgo.Details(err))
Expand Down

0 comments on commit 81e77db

Please sign in to comment.