From 95c842cf5d0a7cb97a642727e811186aaf2cc0fb Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 23 Dec 2014 23:39:46 +0100 Subject: [PATCH] use "console command" instead of "Console Command" --- cookbook/console/sending_emails.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/console/sending_emails.rst b/cookbook/console/sending_emails.rst index c6e870189e5..41318938a61 100644 --- a/cookbook/console/sending_emails.rst +++ b/cookbook/console/sending_emails.rst @@ -7,7 +7,7 @@ How to Generate URLs and Send Emails from the Console Unfortunately, the command line context does not know about your VirtualHost or domain name. This means that if you generate absolute URLs within a -Console Command you'll probably end up with something like ``http://localhost/foo/bar`` +console command you'll probably end up with something like ``http://localhost/foo/bar`` which is not very useful. To fix this, you need to configure the "request context", which is a fancy