Commit e9f12fc
authored
Fix typo for max-files
In XML a dash is used for the attribute max-files, but in the comment above that XML element an underscore was used (max_files).
Other XML examples in the Symfony Docs (like the routing doc page) use dashes for XML attributes, so I concluded that this XML attribute is also correctly written, and the comment has to be changed instead.1 parent f49d24b commit e9f12fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
0 commit comments