docs: capitalise

This commit is contained in:
decentral1se 2023-12-29 20:04:39 +01:00
parent 7e0fa5a0c7
commit eaed66df6b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func NewModel(username, homeDir, version string, debug bool) model { // nolint:r
input.Prompt = "> "
input.PromptStyle = inputPromptStyle
input.Cursor.SetMode(cursor.CursorStatic)
input.Placeholder = "enter commands here..."
input.Placeholder = "Enter commands here..."
input.TextStyle = inputTextStyle
input.Focus()