Skip to content

Commit 43391d2

Browse files
authored
[Docs] Fix a minor typo
1 parent 6b6c57c commit 43391d2

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
@@ -1354,7 +1354,7 @@ make it easy to deal with forms::
13541354
* The initial data used to create the form.
13551355
*/
13561356
#[LiveProp]
1357-
public Post $initialFormData = null;
1357+
public ?Post $initialFormData = null;
13581358

13591359
protected function instantiateForm(): FormInterface
13601360
{

0 commit comments

Comments
 (0)