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:
parent
61126c6bb4
commit
eaa392c00b
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ If you have completely lost your install then you can use this handy command!
|
||||||
|
|
||||||
#+BEGIN_SRC shell
|
#+BEGIN_SRC shell
|
||||||
find / -type d -iname '*mu4e*'
|
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
|
find / -type d -iname '*mu4e*' 2> /dev/null
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue