Fix a few typos (#2697)
* Fix typos (using 'codespell -w') * Properly capitalize Git and GitHub in TUTORIAL.md
This commit is contained in:
committed by
Paul Melnikow
parent
7d1a6dd627
commit
3ab2862922
@@ -11,7 +11,7 @@ class PrometheusMetrics {
|
||||
: matchNothing
|
||||
if (this.enabled) {
|
||||
console.log(
|
||||
`Metrics are enabled. Access to /metrics resoure is limited to IP addresses matching: ${
|
||||
`Metrics are enabled. Access to /metrics resource is limited to IP addresses matching: ${
|
||||
this.allowedIps
|
||||
}`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user