Commit 7e18dfff authored by John Bafford's avatar John Bafford

Fix an instance of doubled words

parent b139fc51
...@@ -468,7 +468,7 @@ You have to configure the following options: ...@@ -468,7 +468,7 @@ You have to configure the following options:
- 'wrapperClass' - Selecting the PoolingShardConnection as above. - 'wrapperClass' - Selecting the PoolingShardConnection as above.
- 'global' - An array of database parameters that is used for connecting to the - 'global' - An array of database parameters that is used for connecting to the
global database. global database.
- 'shards' - An array of of shard database parameters. You have to specifiy an - 'shards' - An array of shard database parameters. You have to specifiy an
'id' parameter for each of the shard configurations. 'id' parameter for each of the shard configurations.
- 'shardChoser' - Implementation of the - 'shardChoser' - Implementation of the
``Doctrine\Shards\DBAL\ShardChoser\ShardChoser`` interface. ``Doctrine\Shards\DBAL\ShardChoser\ShardChoser`` interface.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment