Skip to content

Commit 5adf780

Browse files
committed
minor #2476 [Docs][LiveComponent] Add a link label in doc (MrYamous)
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 ------- 6f11f5ed add a link label in LiveComponent doc
2 parents 1c52651 + 414dba3 commit 5adf780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ LiveProps must be a value that can be sent to JavaScript. Supported values
243243
are scalars (int, float, string, bool, null), arrays (of scalar values), enums,
244244
DateTime objects, Doctrine entity objects, DTOs, or array of DTOs.
245245

246-
See :ref:`hydration` for handling more complex data.
246+
See :ref:`hydration <hydration>` for handling more complex data.
247247

248248
Data Binding
249249
------------

0 commit comments

Comments
 (0)