From e24691fe37efce2f57db603910b16372da0a50e9 Mon Sep 17 00:00:00 2001 From: Daniel Abromeit aka Abro Date: Thu, 1 Jul 2021 18:39:27 +0200 Subject: [PATCH] docs: Fix two little typos (header, metrics) (#179) --- src/docs/markdown/caddyfile/directives/header.md | 2 +- src/docs/markdown/metrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/header.md b/src/docs/markdown/caddyfile/directives/header.md index 33683ab..e36e92f 100644 --- a/src/docs/markdown/caddyfile/directives/header.md +++ b/src/docs/markdown/caddyfile/directives/header.md @@ -6,7 +6,7 @@ title: header (Caddyfile directive) Manipulates HTTP header fields on the response. It can set, add, and delete header values, or perform replacements using regular expressions. -By default, header operations are performed immediately unless any of the headers are being deleted (`-` prefix) or setting a defualt value (`?` prefix). In those cases, the header operations are automatically deferred until the time they are being written to the client. +By default, header operations are performed immediately unless any of the headers are being deleted (`-` prefix) or setting a default value (`?` prefix). In those cases, the header operations are automatically deferred until the time they are being written to the client. ## Syntax diff --git a/src/docs/markdown/metrics.md b/src/docs/markdown/metrics.md index ca4c366..155470f 100644 --- a/src/docs/markdown/metrics.md +++ b/src/docs/markdown/metrics.md @@ -85,7 +85,7 @@ automatically by the Prometheus Go Client. They are prefixed with `go_*` and Note that the `process_*` metrics are only collected on Linux and Windows. See the documentation for the [Go Collector](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewGoCollector), -[Process Colletor](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewProcessCollector), +[Process Collector](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewProcessCollector), and [BuildInfo Collector](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewBuildInfoCollector). ### Admin API metrics