DOCS Fix typos

[ci skip]

Co-Authored-By: Garion Herman <garion@silverstripe.com>
This commit is contained in:
Robbie Averill 2019-06-05 15:09:57 +12:00 committed by GitHub
parent 2b26876596
commit f6503822e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ You can simulate subsite access without setting up virtual hosts by appending ?S
The Subsites module and Fluent translation module both provide the concept of defining "domains" and let you
configure the host name for it. This functionality is essentially performing the same duty in both modules.
In the "URL segment" field for CMS pages both Subsites and Fluent will add their context to the value. If you
In the "URL segment" field for CMS pages, both Subsites and Fluent will add their context to the value. If you
have a Subsite domain configured but no Fluent domain, Fluent will respect the existing domain and add its
locale context to the value. If you have a Subsite domain configured and a Fluent domain configure, Fluent will
locale context to the value. If you have a Subsite domain configured and a Fluent domain configured, Fluent will
use its own domain host name value, and the Subsite domain value will be lost. For this reason, you will need
to ensure that you use the same host name in both Subsite and Fluent domain entries.