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:39 -0400 |
| commit | 593e72c141f52b9f581b65314f421d70c6abde02 (patch) | |
| tree | 982cd46c304ca63a15f43b0f17ff8877811a1188 /docs | |
| parent | 1bcc8eb0f64831b24c2769e033a10e530c8ed140 (diff) | |
[1.7.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Thanks Josh Kupershmidt.
Backport of c487b1e230 from master
Diffstat (limited to 'docs')
| -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 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. |
