From 64c8cd27ae9c99066c3606dff58fa4f3eac83a99 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 17 Apr 2020 20:38:28 +0200 Subject: [PATCH] Fix typo in 'placeholder' --- input/input.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input.go b/input/input.go index 5303258..d208f56 100644 --- a/input/input.go +++ b/input/input.go @@ -193,7 +193,7 @@ func placeholderView(m Model) string { v += cursorView(p[:1], m) } - // The rest of the palceholder text + // The rest of the placeholder text v += m.colorPlaceholder(p[1:]) return m.Prompt + v