Skip to content

Commit 7370433

Browse files
committed
Fixed typos
1 parent bf4f3d6 commit 7370433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ How to Handle File Uploads with Doctrine
99
Instead of handling file uploading yourself, you may consider using the
1010
`VichUploaderBundle`_ community bundle. This bundle provides all the common
1111
operations (such as file renaming, saving and deleting) and it's tightly
12-
integratd with Doctrine ORm, ODM, PHPCR ODM and Propel.
12+
integrated with Doctrine ORM, MongoDB ODM, PHPCR ODM and Propel.
1313

1414
Handling file uploads with Doctrine entities is no different than handling
1515
any other file upload. In other words, you're free to move the file in your

0 commit comments

Comments
 (0)