From 832c533c5f9e8d1c3315f2fbf96c125927a232f7 Mon Sep 17 00:00:00 2001 From: xixishidibei Date: Wed, 18 Sep 2024 15:57:15 +0800 Subject: [PATCH] chore: remove redundant words in comment Signed-off-by: xixishidibei --- docs/config/keyboard-concepts.md | 2 +- docs/config/lua/config/serial_ports.md | 2 +- docs/config/lua/config/window_decorations.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config/keyboard-concepts.md b/docs/config/keyboard-concepts.md index 13729aa67d2..b0fee65f23e 100644 --- a/docs/config/keyboard-concepts.md +++ b/docs/config/keyboard-concepts.md @@ -121,7 +121,7 @@ WezTerm is now able to perform dead-key expansion when `use_ime = false`. Dead keys are treated as composition effects, so with the default settings of `send_composed_key_when_left_alt_is_pressed` and `send_composed_key_when_right_alt_is_pressed` above, in a US layout, `Left-Opt -n` will produce `Alt N` and `Right-Opt n` will will for a subsequent key press +n` will produce `Alt N` and `Right-Opt n` will for a subsequent key press before generating an event; `Right-Opt n SPACE` will emit `~` whereas `Right-Opt n n` will emit `ñ`. diff --git a/docs/config/lua/config/serial_ports.md b/docs/config/lua/config/serial_ports.md index 07717d99ff7..e0904bd801d 100644 --- a/docs/config/lua/config/serial_ports.md +++ b/docs/config/lua/config/serial_ports.md @@ -13,7 +13,7 @@ Each entry defines a `SerialDomain` with the following fields: all multiplexer domains in your configuration. * `port` - the name of the serial device. On Windows systems this can be a name like `COM0`. On Posix systems this will be a device path something - like `/dev/ttyUSB0`. If omitted, the `name` field be be interpreted as + like `/dev/ttyUSB0`. If omitted, the `name` field be interpreted as the port name. * `baud` - the communication speed to assign to the port. If omitted, the default baud rate will be 9600. diff --git a/docs/config/lua/config/window_decorations.md b/docs/config/lua/config/window_decorations.md index 23d09977a68..f668fc7b0f3 100644 --- a/docs/config/lua/config/window_decorations.md +++ b/docs/config/lua/config/window_decorations.md @@ -8,7 +8,7 @@ tags: Configures whether the window has a title bar and/or resizable border. -The value is a set of of flags: +The value is a set of flags: * `window_decorations = "NONE"` - disables titlebar and border (borderless mode), but causes problems with resizing and minimizing the window, so you