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 1d8b40c commit fb8840fCopy full SHA for fb8840f
types/lifecycle.d.ts
@@ -247,7 +247,7 @@ declare module 'rclnodejs' {
247
* Register a callback function to be invoked during the deactivate() action.
248
* @param cb - The callback function to invoke.
249
*/
250
- registerOnDectivate(cb: TransitionCallback): void;
+ registerOnDeactivate(cb: TransitionCallback): void;
251
252
/**
253
* Register a callback function to be invoked during the cleanup() action.
0 commit comments