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:00 -0400 |
| commit | c487b1e2308968b659c2509e5dd40e56ebe4e63b (patch) | |
| tree | aadc1e8a636c704060fdebc40f52788c3177ce0a /docs | |
| parent | ee837b9a22220d08fea1e499bec3b094851a1bbe (diff) | |
Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Thanks Josh Kupershmidt.
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. |
