From 146f9e4fc96908726ce5665a62a36bebb6e1bf9c Mon Sep 17 00:00:00 2001 From: Lennart Rosam Date: Tue, 13 Sep 2016 18:40:45 +0200 Subject: [PATCH] Fix typo. That's carriage return, line feed aka CRLF =) --- docs/content/config/troubleshooting/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index f6cd572b..2c1c42a6 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -6,7 +6,7 @@ You'll probably want to `push` your config updates to your server and restart th ### What are the file format? Of course file are Unix format with LF line endings. -Please do not use CLRF. +Please do not use CRLF. ### Where are emails stored? Mails are stored in `/var/mail/${domain}/${username}`.