Skip to content

Commit 1cc2fd8

Browse files
authored
refactor(lib): fix typo (#354)
1 parent b45b06c commit 1cc2fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/scullyio/ng-lib/src/lib/idleMonitor/idle-monitor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class IdleMonitorService {
143143
window.dispatchEvent(this.appReady);
144144
}
145145

146-
public setPupeteerTimoutValue(milliseconds: number) {
146+
public setPupeteerTimeoutValue(milliseconds: number) {
147147
this.imState.next({...this.imState.value, timeOut: milliseconds});
148148
}
149149

0 commit comments

Comments
 (0)