Skip to content

Commit

Permalink
Bugfix/docs typos (wez#5571)
Browse files Browse the repository at this point in the history
* Update SelectTextAtMouseCursor.md

fix typo

* Update index.markdown

fix typo
  • Loading branch information
gitmpr authored and saep committed Jul 14, 2024
1 parent 368e79d commit 7f56448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config/lua/keyassignment/SelectTextAtMouseCursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to take the surrounding semantic zone.

In this example, the triple-left-click mouse action is set to
automatically select the entire command output when clicking
on any character withing that region:
on any character within that region:

```lua
config.mouse_bindings = {
Expand Down
2 changes: 1 addition & 1 deletion docs/config/lua/pane/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for the sake of simplicity.

A Pane object is typically passed to your code via an event callback. A Pane
object is a handle to a live instance of a Pane that is known to the wezterm
process. A Pane object tracks the psuedo terminal (or real serial terminal)
process. A Pane object tracks the pseudo terminal (or real serial terminal)
and associated process(es) and the parsed screen and scrollback.

A Pane object can be used to send input to the associated processes and
Expand Down

0 comments on commit 7f56448

Please sign in to comment.