Skip to content

Commit

Permalink
docs: fix InputSelector.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtubbenhauer authored and wez committed Oct 15, 2024
1 parent ed43041 commit 1595b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/lua/keyassignment/InputSelector.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ upon the input.
is itself a table with a `label` field and an optional `id` field.
The label will be shown in the list, while the id can be a different
string that is meaningful to your action. The label can be used together
with [wezterm.format](../wezterm/format.md) to produce styled test.
with [wezterm.format](../wezterm/format.md) to produce styled text.
* `action` - and event callback registered via `wezterm.action_callback`. The
callback's function signature is `(window, pane, id, label)` where `window` and
`pane` are the [Window](../window/index.md) and [Pane](../pane/index.md)
Expand Down

0 comments on commit 1595b5d

Please sign in to comment.