Skip to content

Commit 71be401

Browse files
committed
Fix typo in documentation
1 parent 3dd6bcd commit 71be401

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
@@ -3674,7 +3674,7 @@ uses Symfony's test client to render and make requests to your components::
36743674

36753675
// Submit form data
36763676
$testComponent
3677-
->submitForm(['form' => ['input' => 'value'], 'save');
3677+
->submitForm(['form' => ['input' => 'value']], 'save');
36783678

36793679
$this->assertStringContainsString('Count: 99', $testComponent->render());
36803680

0 commit comments

Comments
 (0)