From 92222d2cf4dcea131592b73c8c40cd79c4ed0474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 12 Nov 2021 14:22:42 +0100 Subject: [PATCH] Fix typo --- docs/reference/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/templating.rst b/docs/reference/templating.rst index 5b7c1539..1cfeb210 100644 --- a/docs/reference/templating.rst +++ b/docs/reference/templating.rst @@ -557,7 +557,7 @@ Location siblings - **Listing Location's siblings** This is done by calling the method ``getSiblings()``, also available as ``siblings()`` in - Twig. It returns an array of siblings Locations and optionally accepts maximum number of items + Twig. It returns an array of sibling Locations and optionally accepts maximum number of items returned (by default ``25``). .. code-block:: twig