diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-10 19:32:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-10 19:33:50 -0400 |
| commit | 5b2d17d910d84e26ef229f0379bce66979f97e07 (patch) | |
| tree | 96e8df4b0d7627b5e700d7985b9e1af7d87c9be8 | |
| parent | efb0c848ac6cc1846b62e9c9ad704b882f558a7b (diff) | |
[1.5.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Thanks Josh Kupershmidt.
Backport of c487b1e230 from master
| -rw-r--r-- | docs/topics/db/multi-db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index 8150e498de..a2c4aebd76 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -694,6 +694,6 @@ connecting to external databases. Therefore, it's recommended: .. warning:: - If you're synchronizing content types to more that one database, be aware + If you're synchronizing content types to more than one database, be aware that their primary keys may not match across databases. This may result in data corruption or data loss. |
