Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Jan 9, 2024
1 parent f797ab4 commit 06a34ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ export class Runtime {
private static initialized = false;

/**
* resolves as soon as all schedulded DATEX updates are sent
* resolves as soon as all scheduled DATEX updates are sent
*/
public static get synchronized() {
// first force trigger all remaining schedulded pointer updates
// first force trigger all remaining scheduled pointer updates
UpdateScheduler.triggerAll();

return new Promise<void>((resolve) => {
Expand Down

0 comments on commit 06a34ba

Please sign in to comment.