Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 27, 2024
1 parent 71828b4 commit 00464c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zwave-js/src/lib/controller/Controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4913,7 +4913,7 @@ export class ZWaveController
message: "neighbor list refreshed...",
direction: "inbound",
});
// self step was successful, continue with the next
// this step was successful, continue with the next
break;
} else {
self.driver.controllerLog.logNode(node.id, {
Expand Down Expand Up @@ -5025,7 +5025,7 @@ export class ZWaveController
destinationNodeId,
)
) {
// self step was successful, continue with the next
// this step was successful, continue with the next
break;
}

Expand Down

0 comments on commit 00464c2

Please sign in to comment.