From 8fb8d376603e84e352054356857b2d0d2635ed2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 3 Sep 2017 11:47:01 +0200 Subject: [PATCH] Use better grammar and style --- docs/en/reference/types.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: ::