From 593e72c141f52b9f581b65314f421d70c6abde02 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Apr 2014 19:32:20 -0400 Subject: [PATCH] [1.7.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 a60bcc844f..470fe1cadb 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -699,6 +699,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.