diff --git a/en/appendices/5-0-migration-guide.rst b/en/appendices/5-0-migration-guide.rst index 7ac923f040..a832252485 100644 --- a/en/appendices/5-0-migration-guide.rst +++ b/en/appendices/5-0-migration-guide.rst @@ -52,7 +52,7 @@ Core - The function ``getTypeName()`` has been dropped. Use PHP's ``get_debug_type()`` instead. - The dependency on ``league/container`` was updated to ``4.x``. This will require the addition of typehints to your ``ServiceProvider`` implementations. -- ``deprecationWarning()`` now has a ``$vesrion`` parameter. +- ``deprecationWarning()`` now has a ``$version`` parameter. - The ``App.uploadedFilesAsObjects`` configuration option has been removed alongside of support for PHP file upload shaped arrays throughout the framework.