From bdb49e8806f7db28b6bac4d810120af221c08b71 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 2 Sep 2019 12:23:22 +0200 Subject: [PATCH] Minor fix in the Routing article --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index abc75e140fa..367f7501cd3 100644 --- a/routing.rst +++ b/routing.rst @@ -1958,7 +1958,7 @@ don't have access to HTTP requests. In practice, this means that if you generate absolute URLs, you'll get ``http://localhost/`` as the host name instead of your real host name. -The solution is to configure "request context" used by commands when they +The solution is to configure the "request context" used by commands when they generate URLs. This context can be configured globally for all commands: .. configuration-block::