Skip to content

Commit

Permalink
fix small typo in debug potocol message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbenitezu authored Nov 9, 2023
1 parent 9f9c9d2 commit 49c23c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugProtocol/client/DebugProtocolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ export class DebugProtocolClient {
} else if (semver.gtr(this.protocolVersion, this.supportedVersionRange)) {
this.logger.log('roku-debug has not been tested against protocol version', this.protocolVersion);
this.emit('protocol-version', {
message: `Protocol Version ${this.protocolVersion} has not been tested and my not work as intended.\nPlease open any issues you have with this version to https://github.com/rokucommunity/roku-debug/issues`,
message: `Protocol Version ${this.protocolVersion} has not been tested and may not work as intended.\nPlease open any issues you have with this version to https://github.com/rokucommunity/roku-debug/issues`,
errorCode: PROTOCOL_ERROR_CODES.NOT_TESTED
});
} else {
Expand Down

0 comments on commit 49c23c6

Please sign in to comment.