diff options
author | Morton Fox <github@qslw.com> | 2019-01-11 00:35:45 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-11 05:35:45 +0000 |
commit | cf0cece47afde2b1392ea19fc6e7e672c3072861 (patch) | |
tree | 05605cb69f470bca21011933c4741d8e9a854c77 | |
parent | 5d3cbe51bc05226467e648f88e46012ca94316d4 (diff) | |
download | alacritty-cf0cece47afde2b1392ea19fc6e7e672c3072861.tar.gz alacritty-cf0cece47afde2b1392ea19fc6e7e672c3072861.zip |
Fix config documentation typo
-rw-r--r-- | alacritty.yml | 2 | ||||
-rw-r--r-- | alacritty_macos.yml | 2 | ||||
-rw-r--r-- | alacritty_windows.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml index 634d40a3..8e3dd220 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -314,7 +314,7 @@ live_config_reload: true # Key bindings are specified as a list of objects. Each binding will specify # a key and modifiers required to trigger it, terminal modes where the binding # is applicable, and what should be done when the key binding fires. It can -# either send a byte sequnce to the running application (`chars`), execute +# either send a byte sequence to the running application (`chars`), execute # a predefined action (`action`) or fork and execute a specified command plus # arguments (`command`). # diff --git a/alacritty_macos.yml b/alacritty_macos.yml index f0448511..57ea3444 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -321,7 +321,7 @@ live_config_reload: true # Key bindings are specified as a list of objects. Each binding will specify # a key and modifiers required to trigger it, terminal modes where the binding # is applicable, and what should be done when the key binding fires. It can -# either send a byte sequnce to the running application (`chars`), execute +# either send a byte sequence to the running application (`chars`), execute # a predefined action (`action`) or fork and execute a specified command plus # arguments (`command`). # diff --git a/alacritty_windows.yml b/alacritty_windows.yml index c12d269e..0a56052c 100644 --- a/alacritty_windows.yml +++ b/alacritty_windows.yml @@ -298,7 +298,7 @@ enable_experimental_conpty_backend: false # Key bindings are specified as a list of objects. Each binding will specify # a key and modifiers required to trigger it, terminal modes where the binding # is applicable, and what should be done when the key binding fires. It can -# either send a byte sequnce to the running application (`chars`), execute +# either send a byte sequence to the running application (`chars`), execute # a predefined action (`action`) or fork and execute a specified command plus # arguments (`command`). # |