Skip to content

Commit

Permalink
Improve docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Feb 4, 2025
1 parent 6129d5b commit bdaff66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rich-attributes-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ keys

Transforms dictionary into an array of keys.

If we use further transform object from ``group`` example and apply it to the following template:
If we apply the object from ``group`` example to the following template:

.. code-block:: mustache
Expand All @@ -343,7 +343,7 @@ values

Transforms dictionary into an array of values.

If we use further transform object from ``group`` example and apply it to the following template:
If we apply the object from ``group`` example to the following template:

.. code-block:: mustache
Expand All @@ -364,7 +364,7 @@ Mustache will render:
entries
^^^^^^^

Transforms dictionary into an array of ``{"key": <key>, "value": <value>}`` objects. If we use further transform object from ``group`` example and apply it to the following template:
Transforms dictionary into an array of ``{"key": <key>, "value": <value>}`` objects. If we apply the object from ``group`` example to the following template:

.. code-block:: mustache
Expand Down

0 comments on commit bdaff66

Please sign in to comment.