Skip to content

Commit 94e21ff

Browse files
committed
Less verbose sentence, thanks Javier!
1 parent 0c54b8a commit 94e21ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/controller/upload_file.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ There are some important things to consider in the code of the above controller:
189189
use the :method:`Symfony\\Component\\HttpFoundation\\File\\UploadedFile::guessExtension`
190190
method to let Symfony guess the right extension according to the file MIME type;
191191

192-
You can use the following code to link to the PDF brochure of an product:
192+
You can use the following code to link to the PDF brochure of a product:
193193

194194
.. configuration-block::
195195

@@ -248,7 +248,7 @@ logic to a seperate service::
248248
}
249249
}
250250

251-
This class can be registered as a service in the service container:
251+
Then, define a service for this class:
252252

253253
.. configuration-block::
254254

0 commit comments

Comments
 (0)