mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-10-09 22:08:07 +03:00
Fix typo in 'placeholder'
This commit is contained in:
@@ -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