diff --git a/actions/unix_command.go b/actions/unix_command.go index bd2bf70..208db8d 100644 --- a/actions/unix_command.go +++ b/actions/unix_command.go @@ -108,7 +108,7 @@ func (p Command) GetName() string { } func (p Command) GetDescription() string { - return "Invoces given command using exec." + return "Invokes given command using exec." } func (p Command) GetExample() string {