Skip to content

Commit 697e184

Browse files
committed
minor #651 [Live] Fix typo in docs (ralfkuehnel)
This PR was merged into the 2.x branch. Discussion ---------- [Live] Fix typo in docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fix #... | License | MIT Fix typo in the dependent form fields demo Commits ------- 53a987c [Live] Fix typo in docs
2 parents 9b854dc + 53a987c commit 697e184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/templates/live_component_demo/dependent_form_fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button class="nav-link active" data-bs-toggle="tab" data-bs-target="#demo_component" type="button" role="tab" aria-controls="demo_component" aria-selected="true">src/Twig/MealPlannerComponent.php</a>
99
</li>
1010
<li class="nav-item" role="presentation">
11-
<button class="nav-link" data-bs-toggle="tab" data-bs-target="#demo_template" type="button" role="tab" aria-controls="demo_template">templates/components/registration_form.html.twig</a>
11+
<button class="nav-link" data-bs-toggle="tab" data-bs-target="#demo_template" type="button" role="tab" aria-controls="demo_template">templates/components/meal_planner.html.twig</a>
1212
</li>
1313
<li class="nav-item" role="presentation">
1414
<button class="nav-link" data-bs-toggle="tab" data-bs-target="#demo_form" type="button" role="tab" aria-controls="demo_form">src/Form/MealPlannerForm.php</a>

0 commit comments

Comments
 (0)