Skip to content

Commit f23dc16

Browse files
committed
Fix by comments
1 parent 46b8f47 commit f23dc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/platform/app/app_roles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Creating a custom role includes the following steps:
7676
#. Define a function that :ref:`applies a validated configuration <roles_create_custom_role_apply>`.
7777
#. Define a function that :ref:`stops a role <roles_create_custom_role_stop>`.
7878
#. (Optional) Define roles from which this custom role :ref:`depends on <roles_create_custom_role_dependencies>`.
79-
#. (Optional) Define the ``on_event`` :ref:`callback function <roles_create_custom_role_on_event_callback>.
79+
#. (Optional) Define the ``on_event`` :ref:`callback function <roles_create_custom_role_on_event_callback>`.
8080

8181
As a result, a role module should return an object that has corresponding functions and fields specified:
8282

0 commit comments

Comments
 (0)