Skip to content

Commit

Permalink
Fix documentation typos (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy authored Oct 13, 2023
1 parent a505515 commit cffc3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export class CronjobController extends BaseController<
/**
* Runs every 24 hours to check if new jobs need to be scheduled.
*
* This is necesary for longer running jobs that execute with more than 24 hours between them.
* This is necessary for longer running jobs that execute with more than 24 hours between them.
*/
async dailyCheckIn() {
const jobs = this.getAllJobs();
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-controllers/src/snaps/SnapController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ export class SnapController extends BaseController<
// Since we are requesting an update from within processRequestedSnap,
// we disable the emitting of the snapUpdated event and rely on the caller
// to publish this event after the update is complete.
// This is necesary as installSnaps may be installing multiple snaps
// This is necessary as installSnaps may be installing multiple snaps
// and we don't want to emit events prematurely.
false,
);
Expand Down

0 comments on commit cffc3c3

Please sign in to comment.