Skip to content

Commit e217bbe

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 ------- 6f11f5e add a link label in LiveComponent doc
2 parents 6332897 + 6f11f5e commit e217bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
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)