From b3df49b2f3810adbcb65812ac0dfe9369104bcc5 Mon Sep 17 00:00:00 2001 From: Aaron Merryman Date: Wed, 23 Mar 2016 18:54:20 -0700 Subject: [PATCH] Update tools.rst --- docs/en/reference/tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/tools.rst b/docs/en/reference/tools.rst index 51f457300..a601010f0 100644 --- a/docs/en/reference/tools.rst +++ b/docs/en/reference/tools.rst @@ -205,7 +205,7 @@ tables of the current model to clean up with orphaned tables. You can also use database introspection to update your schema easily with the ``updateSchema()`` method. It will compare your existing database schema to the passed array of -``ClassMetdataInfo`` instances. +``ClassMetadataInfo`` instances. .. code-block:: php