We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c426699 commit b10795cCopy full SHA for b10795c
bolt-connection/src/connection/connection-channel.js
@@ -212,7 +212,7 @@ export default class ChannelConnection extends Connection {
212
} else {
213
this._log.info(
214
`Server located at ${this._address} supplied an invalid connection receive timeout value (${receiveTimeoutInSeconds}). ` +
215
- 'Please, verify the server configuration and status because this can a symptom of a bigger issue.'
+ 'Please, verify the server configuration and status because this can be the symptom of a bigger issue.'
216
)
217
}
218
0 commit comments