[actions/unix_command] fix typo

This commit is contained in:
2023-11-11 22:04:31 +01:00
parent d574902919
commit 15f8793e2f

View File

@@ -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 {