mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
Fix typo in 'placeholder'
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user