Skip to content

Commit

Permalink
minor #2476 [Docs][LiveComponent] Add a link label in doc (MrYamous)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

[Docs][LiveComponent] Add a link label in doc

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | Documentation
| Issues        |
| License       | MIT

Minor change to add a label for a ref in a doc

Commits
-------

6f11f5e add a link label in LiveComponent doc
  • Loading branch information
Kocal committed Jan 5, 2025
2 parents 6332897 + 6f11f5e commit e217bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ LiveProps must be a value that can be sent to JavaScript. Supported values
are scalars (int, float, string, bool, null), arrays (of scalar values), enums,
DateTime objects, Doctrine entity objects, DTOs, or array of DTOs.

See :ref:`hydration` for handling more complex data.
See :ref:`hydration <hydration>` for handling more complex data.

Data Binding
------------
Expand Down

0 comments on commit e217bbe

Please sign in to comment.