1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

dmenu: fix typo (#3742)

This commit is contained in:
Lucas Gabriel Schneider 2020-01-09 00:11:10 -03:00 committed by Iván
parent 36ac3c5e8d
commit fdac5f1b85

View file

@ -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`