Skip to content

Commit b4685e0

Browse files
goetasgreg0ire
andcommitted
Apply suggestions from code review
Co-authored-by: Grégoire Paris <[email protected]>
1 parent fdd2b7e commit b4685e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ Doctrine will then assume that this migration has already been run and will igno
232232
Migration Dependencies
233233
----------------------
234234

235-
Migrations can have dependencies on external services (as geolocation, mailer, data processing services...) that
235+
Migrations can have dependencies on external services (such as geolocation, mailer, data processing services...) that
236236
can be used to have more powerful migrations. Those dependencies are not automatically injected into your migrations
237-
but needs to be done using custom migrations factories.
237+
but need to be injected using custom migrations factories.
238238

239239
Here is an example on how to inject the service container into your migrations:
240240

0 commit comments

Comments
 (0)