Fix a typo

Removed redundant 'the'

Change-Id: I2c1953e36d1166120fd14a421ffcaa268ead55fc
This commit is contained in:
melissaml 2017-01-06 01:34:23 +08:00
parent e9fa1114bf
commit 2e52f3d1ca

View File

@ -346,7 +346,7 @@ with even a more advanced ``servers`` property definition:
assignFloatingIp: $.instanceConfiguration.assignFloatingIP
serverNamePattern: $.instanceConfiguration.unitNamingPattern
Here the the instance definition for the ``SingleServerGroup`` (our primary
Here the instance definition for the ``SingleServerGroup`` (our primary
server) differs from the servers in the ``ServerReplicationGroup`` by its name
only. However the same technique might be used to customize other properties
as well as to create even more sophisticated server group topologies. For