Skip to content

Commit

Permalink
chore: remove redundant words in comment
Browse files Browse the repository at this point in the history
Signed-off-by: xixishidibei <[email protected]>
  • Loading branch information
xixishidibei authored and wez committed Sep 18, 2024
1 parent 2d0c5cd commit 832c533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config/keyboard-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `ñ`.

Expand Down
2 changes: 1 addition & 1 deletion docs/config/lua/config/serial_ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/config/lua/config/window_decorations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 832c533

Please sign in to comment.