From 5b2d17d910d84e26ef229f0379bce66979f97e07 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Apr 2014 19:32:20 -0400 Subject: [PATCH] [1.5.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 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.