Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Dec 31, 2024
1 parent 70e8b05 commit 2ef8a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/matter.js/src/device/PairedNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ export class PairedNode {
const parentEndpoint = this.#endpoints.get(usages[0]);
if (childEndpoint === undefined || parentEndpoint === undefined) {
logger.warn(
`Node ${this.nodeId}: Endpoint ${usages[0]} not found in the data received from teh device!`,
`Node ${this.nodeId}: Endpoint ${usages[0]} not found in the data received from the device!`,
);
} else if (parentEndpoint.getChildEndpoint(childEndpointId) === undefined) {
logger.debug(
Expand Down

0 comments on commit 2ef8a7f

Please sign in to comment.