Skip to content

Commit

Permalink
Use better grammar and style
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 10, 2017
1 parent ccf7932 commit 8fb8d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

::

Expand Down

0 comments on commit 8fb8d37

Please sign in to comment.