From d501c79f7b1635a01af13e094da47ac19c4365be Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Apr 2014 19:32:20 -0400 Subject: [PATCH] [1.6.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt. Thanks Josh Kupershmidt. Backport of c487b1e230 from master --- docs/topics/db/multi-db.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index 3c42ec620fe..475fc411a9a 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -695,6 +695,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.