diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 4a3e931..ef404df 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -100,8 +100,8 @@ * different database if it can but fall back to the default connection if not. * That is useful for primary/replica replication, as Drupal may try to connect * to a replica server when appropriate and if one is not available will simply - * fall back to the single primary server. The terms primary/replica are - * commonly referred to as master/slave in database server documentation. + * fall back to the single primary server (The terms primary/replica are + * traditionally referred to as master/slave in database server documentation). * * The general format for the $databases array is as follows: * @code