spelling: string

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent 7a249d1c0e
commit 5a205ba561

@ -102,5 +102,5 @@ const (
HookPhaseFailed HookPhase = "Failed" HookPhaseFailed HookPhase = "Failed"
) )
// Strng converts a hook phase to a printable string // String converts a hook phase to a printable string
func (x HookPhase) String() string { return string(x) } func (x HookPhase) String() string { return string(x) }

Loading…
Cancel
Save