Commit 4c955a6
committed
minor symfony#18751 [Frontend] Create a UX bundle: fix code block indentation (jmsche)
This PR was merged into the 5.4 branch.
Discussion
----------
[Frontend] Create a UX bundle: fix code block indentation
Fixes an indentation issue that makes the ordered list "restart" at 1 after the code block.
See this issue live here: https://symfony.com/doc/5.4/frontend/create_ux_bundle.html#package-json-file
Commits
-------
0136cae [Frontend] Create a UX bundle: fix code block indentation1 file changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments