Skip to content

Commit bdb49e8

Browse files
committed
Minor fix in the Routing article
1 parent ee237fc commit bdb49e8

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)