Skip to content

Commit 85601c0

Browse files
authored
Add a missing colon and fix misprint
1 parent 9265573 commit 85601c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ the ``#[LiveArg()]`` attribute::
10871087
}
10881088

10891089
Normally, the argument name in PHP - e.g. ``$id`` - should match the
1090-
argument named used in Twig ``id={{ item.id }}``. But if they don't
1090+
argument name used in Twig ``id={{ item.id }}``. But if they don't
10911091
match, you can pass an argument to ``LiveArg``, like we did with ``itemName``.
10921092

10931093
Actions and CSRF Protection
@@ -1153,7 +1153,7 @@ the component now extends ``AbstractController``! That is totally
11531153
allowed, and gives you access to all of your normal controller
11541154
shortcuts. We even added a flash message!
11551155

1156-
.. _files
1156+
.. _files:
11571157

11581158
Uploading files
11591159
---------------

0 commit comments

Comments
 (0)