Skip to content

Commit 6ed2e71

Browse files
committed
changes from Wouter
1 parent 2677aa6 commit 6ed2e71

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

frontend/ux.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Stimulus Tools around the World
4040
Because Stimulus is used by developers outside of Symfony, many tools
4141
exist beyond the UX packages:
4242

43-
- `stimulus-use`_: Add composable behaviors to your Stimulus controllers, like
44-
debouncing, detecting outside clicks and many other things.
43+
* `stimulus-use`_: Add composable behaviors to your Stimulus controllers, like
44+
debouncing, detecting outside clicks and many other things.
4545

46-
- `stimulus-components`_ A large number of pre-made Stimulus controllers, like for
47-
Copying to clipboard, Sortable, Popover (similar to tooltips) and much more.
46+
* `stimulus-components`_ A large number of pre-made Stimulus controllers, like for
47+
Copying to clipboard, Sortable, Popover (similar to tooltips) and much more.
4848

4949
How does Symfony UX Work?
5050
-------------------------

reference/forms/types/map.rst.inc

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Other Fields
4949
Symfony UX Fields
5050
~~~~~~~~~~~~~~~~~
5151

52-
These types are part of the `Symfony UX initiative`_:
52+
These types are part of the :doc:`Symfony UX initiative </frontend/ux>`:
5353

5454
* `CropperType`_ (using Cropper.js)
5555
* `DropzoneType`_
@@ -83,6 +83,5 @@ Base Fields
8383

8484
* :doc:`FormType </reference/forms/types/form>`
8585

86-
.. _`Symfony UX initiative`: https://github.com/symfony/ux#readme
8786
.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
8887
.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ For more information, see `UX Twig Component`_.
421421
Twig components also have one other superpower: they can become "live", where
422422
they automatically update (via Ajax) as the user interacts with them. For example,
423423
when your user types into a box, your Twig component will re-render via Ajax to
424-
show a list of results. It's... pretty cool.
424+
show a list of results!
425425

426426
To learn more, see `UX Live Component`_.
427427

0 commit comments

Comments
 (0)