Skip to content

Commit 40c7632

Browse files
committed
refactor(Doc): apply correctons on max_results documentation
1 parent f34e8b0 commit 40c7632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ to the options above, you can also pass:
259259
->setParameter('filter', '%'.$query.'%');
260260
}
261261
``max_results`` (default: 10)
262-
Allow you to control the reults number returned by a query on automatic endpoint.
263-
Set it to ``null`` if you don't want to limit results.
262+
Allow you to control the max number of results returned by the automatic autocomplete endpoint.
263+
264264
Using with a TextType Field
265265
---------------------------
266266

0 commit comments

Comments
 (0)