File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments