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

Commit

Permalink
Fixes typo again.
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop authored Mar 22, 2022
1 parent bc0ea98 commit 301fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Client.prototype._pollConfig = function () {
this._log.warn('[_pollConfig] statusCode: 403, message: Central config not enabled in APM Server')
break
case 404:
this._log.warn('[_pollConfig] statusCode: 404, message: Old APM Server that doesn't support central config')
this._log.warn('[_pollConfig] statusCode: 404, message: Old APM Server that does not support central config')
break
}

Expand Down

0 comments on commit 301fe79

Please sign in to comment.