Skip to content

Commit ee237fc

Browse files
committed
bug #12249 fix word: domain => subdomain (samayo)
This PR was merged into the 4.3 branch. Discussion ---------- fix word: domain => subdomain <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 188861a fix word: domain => subdomain
2 parents 6f38375 + 188861a commit ee237fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ multi-tenant applications) and these parameters can be validated too with
16351635
;
16361636
};
16371637
1638-
In the above example, the ``domain`` parameter defines a default value because
1638+
In the above example, the ``subdomain`` parameter defines a default value because
16391639
otherwise you need to include a domain value each time you generate a URL using
16401640
these routes.
16411641

0 commit comments

Comments
 (0)