Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit fa01e70

Browse files
committed
Fixes typo again.
1 parent f32a364 commit fa01e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Client.prototype._pollConfig = function () {
402402
this._log.warn('[_pollConfig] statusCode: 403, message: Central config not enabled in APM Server')
403403
break
404404
case 404:
405-
this._log.warn('[_pollConfig] statusCode: 404, message: Old APM Server that doesn't support central config')
405+
this._log.warn('[_pollConfig] statusCode: 404, message: Old APM Server that does not support central config')
406406
break
407407
}
408408

0 commit comments

Comments
 (0)