From fdac5f1b850c740ff782adc88a2d8e9b0d08dae9 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Thu, 9 Jan 2020 00:11:10 -0300 Subject: [PATCH] dmenu: fix typo (#3742) --- pages/linux/dmenu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/dmenu.md b/pages/linux/dmenu.md index 540c0ce0c7..a102df8865 100644 --- a/pages/linux/dmenu.md +++ b/pages/linux/dmenu.md @@ -7,7 +7,7 @@ `{{ls}} | dmenu` -- Display a menu with custom items seperated by a new line (`\n`): +- Display a menu with custom items separated by a new line (`\n`): `echo -e "{{red}}\n{{green}}\n{{blue}}" | dmenu`