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:
TEC 2021-08-03 02:40:15 +08:00
parent 61126c6bb4
commit eaa392c00b
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

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