From eaa392c00b928d3125e5f8e228147318677366ff Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 3 Aug 2021 02:40:15 +0800 Subject: [PATCH] docs(mu4e): fix a typo (errors, plural) Someone politely requested I add this to my PR on Discord ... why not. --- modules/email/mu4e/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index 78df081a8..b5b1fa89f 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -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