Skip to content

Commit

Permalink
chore: Typo (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
tajpouria authored May 27, 2022
1 parent 94109e2 commit 0491f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/circuit.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class CircuitBreaker extends EventEmitter {
// THen we need to start some timers
this.open();
} else if (this[HALF_OPEN]) {
// Not sure if anythign needs to be done here
// Not sure if anything needs to be done here
this[STATE] = HALF_OPEN;
}
}
Expand Down

0 comments on commit 0491f48

Please sign in to comment.