File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Creating a custom role includes the following steps:
76
76
#. Define a function that :ref: `applies a validated configuration <roles_create_custom_role_apply >`.
77
77
#. Define a function that :ref: `stops a role <roles_create_custom_role_stop >`.
78
78
#. (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 >` .
80
80
81
81
As a result, a role module should return an object that has corresponding functions and fields specified:
82
82
You can’t perform that action at this time.
0 commit comments