Skip to content

Commit

Permalink
Update TuyaOpenAPI.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5e authored Feb 20, 2024
1 parent 14cd32c commit db6794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/TuyaOpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export default class TuyaOpenAPI {
}

req.on('error', e => {
this.log.error('Netrork error: %s. Retrying...', e.message);
this.log.error('Network error: %s. Retrying...', e.message);
reject(e);
});
req.end();
Expand Down

0 comments on commit db6794e

Please sign in to comment.