diff --git a/cookbook/controller/upload_file.rst b/cookbook/controller/upload_file.rst index 254086df1c7..1f1a81b69af 100644 --- a/cookbook/controller/upload_file.rst +++ b/cookbook/controller/upload_file.rst @@ -218,7 +218,7 @@ Creating an Uploader Service ---------------------------- To avoid logic in controllers, making them big, you can extract the upload -logic to a seperate service:: +logic to a separate service:: // src/AppBundle/FileUploader.php namespace AppBundle;