Skip to content

Commit 43fa653

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Minor fix in the Routing article
2 parents 3bc96a4 + 69f7743 commit 43fa653

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
@@ -1958,7 +1958,7 @@ don't have access to HTTP requests. In practice, this means that if you generate
19581958
absolute URLs, you'll get ``http://localhost/`` as the host name instead of your
19591959
real host name.
19601960

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

19641964
.. configuration-block::

0 commit comments

Comments
 (0)