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:
189
189
use the :method: `Symfony\\ Component\\ HttpFoundation\\ File\\ UploadedFile::guessExtension `
190
190
method to let Symfony guess the right extension according to the file MIME type;
191
191
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:
193
193
194
194
.. configuration-block ::
195
195
@@ -248,7 +248,7 @@ logic to a seperate service::
248
248
}
249
249
}
250
250
251
- This class can be registered as a service in the service container :
251
+ Then, define a service for this class :
252
252
253
253
.. configuration-block ::
254
254
You can’t perform that action at this time.
0 commit comments