Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7370433

Browse filesBrowse files
committed
Fixed typos
1 parent bf4f3d6 commit 7370433
Copy full SHA for 7370433

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/doctrine/file_uploads.rst

Copy file name to clipboardExpand all lines: cookbook/doctrine/file_uploads.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.