Skip to content

Commit f5f0b9e

Browse files
committed
Fix a typo
1 parent 230fc49 commit f5f0b9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/fzf-preview.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ elif command -v chafa > /dev/null; then
6464
# 3. If chafa is not found but imgcat is available, use it on iTerm2
6565
elif command -v imgcat > /dev/null; then
6666
# NOTE: We should use https://iterm2.com/utilities/it2check to check if the
67-
# user is running iTerm2. But for the sake of simplicty, we just assume
67+
# user is running iTerm2. But for the sake of simplicity, we just assume
6868
# that's the case here.
6969
imgcat -W "${dim%%x*}" -H "${dim##*x}" "$file"
7070

typos.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ba = "ba"
44
fo = "fo"
55
enew = "enew"
66
tabe = "tabe"
7+
Iterm = "Iterm"
78

89
[files]
910
extend-exclude = ["README.md"]

0 commit comments

Comments
 (0)