Skip to content

Commit b48aa4d

Browse files
Use text suggestion from @weaverryan
Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com>
1 parent 1b7f0f7 commit b48aa4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ a :ref:`custom autocompleter <custom-autocompleter>`:
483483
Once you have this, generate the URL to your controller and
484484
pass it to the ``url`` value of the ``stimulus_controller()`` Twig
485485
function, or to the ``autocomplete_url`` option of your form field.
486-
The search term entered by the user is passed a query parameter:
486+
The search term entered by the user is passed as a query parameter called ``query``.
487487
``query``
488488

489489
Beyond ``url``, the Stimulus controller has various other values,

0 commit comments

Comments
 (0)