Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseschannon committed Dec 1, 2016
1 parent 71f39aa commit 8bd0e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func pickAction(resource *client.Resource, actions ...string) (string, error) {
}

func replaceTypeNames(msg string) string {
return strings.Replace(msg, "project", "enviroment", -1)
return strings.Replace(msg, "project", "environment", -1)
}

0 comments on commit 8bd0e3c

Please sign in to comment.