Skip to content

Commit 73a4644

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix missing link Minor typo
2 parents 4e220cb + f0ce5f5 commit 73a4644

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)