Skip to content

Commit 33f0c91

Browse files
committed
Merge branch '4.4'
* 4.4: Minor fix in the Routing article
2 parents 6141683 + 43fa653 commit 33f0c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ don't have access to HTTP requests. In practice, this means that if you generate
19491949
absolute URLs, you'll get ``http://localhost/`` as the host name instead of your
19501950
real host name.
19511951

1952-
The solution is to configure "request context" used by commands when they
1952+
The solution is to configure the "request context" used by commands when they
19531953
generate URLs. This context can be configured globally for all commands:
19541954

19551955
.. configuration-block::

0 commit comments

Comments
 (0)