Fix a few typos (#2697)

* Fix typos (using 'codespell -w')

* Properly capitalize Git and GitHub in TUTORIAL.md
This commit is contained in:
Jan Keromnes
2019-01-08 18:08:50 +01:00
committed by Paul Melnikow
parent 7d1a6dd627
commit 3ab2862922
15 changed files with 22 additions and 22 deletions

View File

@@ -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
}`
)