We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e220cb + f0ce5f5 commit 73a4644Copy full SHA for 73a4644
components/options_resolver.rst
@@ -51,7 +51,7 @@ check which options are set::
51
}
52
53
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::
+code. Use :phpfunction:`array_replace` to fix that::
55
56
class Mailer
57
{
frontend/_ux-libraries.rst.inc
@@ -38,6 +38,7 @@
38
.. _`Chart.js`: https://www.chartjs.org/
39
.. _`Swup`: https://swup.js.org/
40
.. _`React`: https://reactjs.org/
41
+.. _`Svelte`: https://svelte.dev/
42
.. _`Turbo Drive`: https://turbo.hotwired.dev/
43
.. _`Typed`: https://github.com/mattboldt/typed.js/
44
.. _`Vue`: https://vuejs.org/
0 commit comments