diff --git a/docs/en/reference/types.rst b/docs/en/reference/types.rst index 62fb2b44159..176003f6267 100644 --- a/docs/en/reference/types.rst +++ b/docs/en/reference/types.rst @@ -928,9 +928,9 @@ Now we implement our ``Doctrine\DBAL\Types\Type`` instance: } The job of Doctrine-DBAL is to transform your type into SQL declaration. -You can modify the SQL declaration Doctrine will produce. At first, you -must to enable this feature by overriding the -``canRequireSQLConversion`` method: +You can modify the SQL declaration Doctrine will produce. First, you +must enable this feature by overriding the ``canRequireSQLConversion`` +method: ::