8000 Merge branch '6.2' into 6.3 · symfony/symfony-docs@d118afa · GitHub
[go: up one dir, main page]

Skip to content

Commit d118afa

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix missing link Minor typo
2 parents b212cbb + 73a4644 commit d118afa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ check which options are set::
5151
}
5252

5353
Also, the default values of the options are buried in the business logic of your
54-
code. Use the :phpfunction:`array_replace` to fix that::
54+
code. Use :phpfunction:`array_replace` to fix that::
5555

5656
class Mailer
5757
{

frontend/_ux-libraries.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
.. _`Chart.js`: https://www.chartjs.org/
3939
.. _`Swup`: https://swup.js.org/
4040
.. _`React`: https://reactjs.org/
41+
.. _`Svelte`: https://svelte.dev/
4142
.. _`Turbo Drive`: https://turbo.hotwired.dev/
4243
.. _`Typed`: https://github.com/mattboldt/typed.js/
4344
.. _`Vue`: https://vuejs.org/

0 commit comments

Comments
 (0)
0