Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(config/reference): fix typos #248

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/config/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ Multiplier for scrolling distance with the mouse wheel. Any value less
than 0.01 or greater than 10,000 will be clamped to the nearest valid
value.

A value of "1" (default) scrolls te default amount. A value of "2" scrolls
A value of "1" (default) scrolls the default amount. A value of "2" scrolls
double the default amount. A value of "0.5" scrolls half the default amount.
Et cetera.

Expand Down Expand Up @@ -758,7 +758,7 @@ default value of the running program.
This configuration can be reloaded at runtime. If it is set, the title
will update for all windows. If it is unset, the next title change escape
sequence will be honored but previous changes will not retroactively
be set. This latter case may require you restart programs such as neovim
be set. This latter case may require you to restart programs such as Neovim
to get the new title.

## `class`
Expand Down