From 5805928081dc7947060becf7b42368c165d853db Mon Sep 17 00:00:00 2001 From: Daniel Lemm <61800298+ffe4@users.noreply.github.com> Date: Sat, 20 Mar 2021 11:42:59 +0100 Subject: [PATCH] docs: fix typo --- docs/config/launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/launch.md b/docs/config/launch.md index 7387d0656..cec132d71 100644 --- a/docs/config/launch.md +++ b/docs/config/launch.md @@ -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.