mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(mu4e): fix a typo (errors, plural)
Someone politely requested I add this to my PR on Discord ... why not.
This commit is contained in:
@ -260,7 +260,7 @@ If you have completely lost your install then you can use this handy command!
|
||||
|
||||
#+BEGIN_SRC shell
|
||||
find / -type d -iname '*mu4e*'
|
||||
# I reccomend rerouting all of the error to /dev/null
|
||||
# I recommend rerouting all of the errors to /dev/null
|
||||
find / -type d -iname '*mu4e*' 2> /dev/null
|
||||
#+END_SRC
|
||||
|
||||
|
Reference in New Issue
Block a user