fix typos

This commit is contained in:
Julien Fastré 2021-05-06 13:00:59 +02:00
parent f880598052
commit ee77c8540a

View File

@ -123,9 +123,9 @@ Index:
Path: :code:`/api/1.0/person/accompanying-period/origin.{_format}` Path: :code:`/api/1.0/person/accompanying-period/origin.{_format}`
Entity: Entity:
Name: :code:`chill_api_single_accompanying_period_origin__index` Name: :code:`chill_api_single_accompanying_period_origin__entity`
Path: :code:`/api/1.0/person/accompanying-period/origin.{_format}` Path: :code:`/api/1.0/person/accompanying-period/origin/{id}.{_format}`
Role Role
==== ====
@ -134,7 +134,7 @@ By default, the key `base_role` is used to check ACL. Take care of creating the
For index action, the role will be called with :code:`NULL` as :code:`$subject`. The retrieved entity will be the subject for single queries. For index action, the role will be called with :code:`NULL` as :code:`$subject`. The retrieved entity will be the subject for single queries.
You can also define a role for each method: You can also define a role for each method. In this case, this role is used for the given method, and, if any, the base role is taken into account.
.. code-block:: yaml .. code-block:: yaml