Skip to content

Commit ea4484b

Browse files
author
Erdem Köşk
committed
Fixing typo
1 parent 358153a commit ea4484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/edit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (command EditCommand) Execute(cmd *cobra.Command, args []string) {
8686
AddFormItem(searchBox).
8787
AddFormItem(valueSearchBox).
8888
AddFormItem(valueBox).
89-
AddButton("UpdatebBy Key", func() {
89+
AddButton("Update By Key", func() {
9090
// This is the action when the "Update" button is pressed
9191
key := searchBox.GetText()
9292
value := valueSearchBox.GetText()

0 commit comments

Comments
 (0)