From 544a0f5a882691348baf14f14117e8a68f7c0318 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 27 Mar 2014 11:21:28 -0400 Subject: [PATCH] Minor tweaks related to #3368 --- components/routing/hostname_pattern.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/routing/hostname_pattern.rst b/components/routing/hostname_pattern.rst index e53229b6df2..84be43861f8 100644 --- a/components/routing/hostname_pattern.rst +++ b/components/routing/hostname_pattern.rst @@ -183,9 +183,9 @@ instance, if you want to match both ``m.example.com`` and .. tip:: - Make sure you also include a default option for the ``subdomain`` - placeholder, otherwise you need to include the subdomains value each time - you generate the route. + Make sure you also include a default option for the ``domain`` placeholder, + otherwise you need to include a domain value each time you generate + a URL using the route. .. configuration-block::