1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

docs: fix typo

This commit is contained in:
Daniel Lemm 2021-03-20 11:42:59 +01:00 committed by Wez Furlong
parent 9e6abce963
commit 5805928081

View File

@ -122,7 +122,7 @@ bind a key to the `ShowLauncher` action to trigger the menu.
The launcher menu by default lists the various multiplexer domains and offers
the option of connecting and spawning tabs/windows in those domains.
*Since 20200503-171512-b13ef15f*: You can define you own entries using the
*Since 20200503-171512-b13ef15f*: You can define your own entries using the
`launch_menu` configuration setting. The snippet below adds two new entries to
the menu; one that runs the `top` program to monitor process activity and a
second one that explicitly launches the `bash` shell.