We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd78596 commit 513b70bCopy full SHA for 513b70b
doc/1.10/book/box/triggers.rst
@@ -73,7 +73,7 @@ To get a list of triggers, you can use:
73
* on_connect() – with no arguments – to return a table of all connect-trigger functions;
74
* on_auth() to return all authentication-trigger functions;
75
* on_disconnect() to return all disconnect-trigger functions;
76
-* on_replace() to return all replace-trigger functions made for on_replace().
+* on_replace() to return all replace-trigger functions made for on_replace();
77
* before_replace() to return all replace-trigger functions made for before_replace().
78
79
**Example**
0 commit comments