Skip to content

Commit bceaa05

Browse files
committed
fix jsdocs
1 parent 621d9f9 commit bceaa05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/snaps-controllers/src/cronjob/CronjobController.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,7 @@ export class CronjobController extends BaseController<
457457
* Unregister all jobs and background events related to the given snapId.
458458
*
459459
* @param snapId - ID of a snap.
460-
* @param skipEvents - Whether the unregistration process should
461-
* skip scheduled background events.
460+
* @param skipEvents - Whether the unregistration process should skip scheduled background events.
462461
*/
463462
unregister(snapId: string, skipEvents = false) {
464463
const jobs = [...this.#snapIds.entries()].filter(
@@ -618,7 +617,7 @@ export class CronjobController extends BaseController<
618617
}
619618

620619
/**
621-
* Handle events that could cause crobjobs to be registered
620+
* Handle events that could cause cronjobs to be registered
622621
* and for background events to be rescheduled.
623622
*
624623
* @param snap - Basic Snap information.

0 commit comments

Comments
 (0)