We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfc383 commit b255d86Copy full SHA for b255d86
README.md
@@ -52,7 +52,7 @@ Available options:
52
53
**Note:** This option [will be deprecated](#strict-mode).
54
55
-§ bus.**once**(_event_, _listener_, _thisArg_) is a shortcut for calling `once()` with the `once: true` option.
+§ bus.**once**(_event_, _listener_, _thisArg_) is a shortcut for calling `sub()` with the `once: true` option.
56
57
§ bus.**unsub**(_event_, _listener_) — unsubscribe a listener from an event.
58
0 commit comments