Skip to content

Commit 1a54b08

Browse files
fixed typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5760707 commit 1a54b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialogs/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function select(title, items, options = {}) {
9393
itemOptions.text = item;
9494
}
9595

96-
// handle icon (kead)
96+
// handle icon (lead)
9797
if (itemOptions.icon) {
9898
if (itemOptions.icon === "letters" && !!itemOptions.letters) {
9999
lead = (

0 commit comments

Comments
 (0)