Skip to content

Commit 918e842

Browse files
committed
minor #6654 Update upload_file.rst (liubinas)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6654). Discussion ---------- Update upload_file.rst seperate -> separate Commits ------- b4bed39 Update upload_file.rst
2 parents 1666848 + b4bed39 commit 918e842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/upload_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Creating an Uploader Service
222222
----------------------------
223223

224224
To avoid logic in controllers, making them big, you can extract the upload
225-
logic to a seperate service::
225+
logic to a separate service::
226226

227227
// src/AppBundle/FileUploader.php
228228
namespace AppBundle;

0 commit comments

Comments
 (0)