Skip to content

Commit baf94cc

Browse files
committed
Fix lines
1 parent bf6017e commit baf94cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/platform/app/app_roles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ defined by roles dependencies.
7474

7575
The ``on_event`` callback provides 3 arguments, when it is called:
7676

77-
- ``config``, which is the configuration of the role;
77+
- ``config``, which contains the configuration of the role;
7878

7979
- ``key``, which reflects the trigger event:
80-
81-
- ``config.apply`` if the callback was triggered by a configuration update;
80+
- ``config.apply`` if the callback was triggered by a configuration update;
8281
- ``box.status`` if it was triggered by the ``box.status`` system event.
82+
8383
- ``value``, which shows and logs the information about the instance status as in the trigger ``box.status`` system event.
8484
If the callback is triggered by a configuration update, the ``value`` shows the information of the most recent ``box.status`` system event.
8585

0 commit comments

Comments
 (0)