From 188861a9cb2800ebd9f91bd32fc70b24c20a41ae Mon Sep 17 00:00:00 2001 From: samayo Date: Sat, 31 Aug 2019 02:40:20 +0200 Subject: [PATCH] fix word: domain => subdomain --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 5c1d36c05e2..abc75e140fa 100644 --- a/routing.rst +++ b/routing.rst @@ -1635,7 +1635,7 @@ multi-tenant applications) and these parameters can be validated too with ; }; -In the above example, the ``domain`` parameter defines a default value because +In the above example, the ``subdomain`` parameter defines a default value because otherwise you need to include a domain value each time you generate a URL using these routes.