Commit c487b1e2 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.

Thanks Josh Kupershmidt.
parent ee837b9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.