diff --git a/src/docs/markdown/caddyfile/directives.md b/src/docs/markdown/caddyfile/directives.md
index 21c21f1..296dfd4 100644
--- a/src/docs/markdown/caddyfile/directives.md
+++ b/src/docs/markdown/caddyfile/directives.md
@@ -49,7 +49,7 @@ Directive | Description
**[import](/docs/caddyfile/directives/import)** | Include snippets or files
**[log](/docs/caddyfile/directives/log)** | Enables access/request logging
**[map](/docs/caddyfile/directives/map)** | Maps an input value to one or more outputs
-**[method](/docs/caddyfile/directives/method)** | Rewrite the HTTP method
+**[method](/docs/caddyfile/directives/method)** | Change the HTTP method internally
**[metrics](/docs/caddyfile/directives/metrics)** | Configures the Prometheus metrics exposition endpoint
**[php_fastcgi](/docs/caddyfile/directives/php_fastcgi)** | Serve PHP sites over FastCGI
**[push](/docs/caddyfile/directives/push)** | Push content to the client using HTTP/2 server push
diff --git a/src/docs/markdown/caddyfile/directives/log.md b/src/docs/markdown/caddyfile/directives/log.md
index ede9138..687be11 100644
--- a/src/docs/markdown/caddyfile/directives/log.md
+++ b/src/docs/markdown/caddyfile/directives/log.md
@@ -169,7 +169,7 @@ format json
#### single_field
-⚠️ This format is deprecated, and is removed in Caddy v2.5. To encode logs in common log format, please use the [`format-encoder`](https://github.com/caddyserver/format-encoder) plugin.
+⚠️ This format was deprecated, and has been removed in Caddy v2.5. To encode logs in common log format, please use the [`format-encoder`](https://github.com/caddyserver/format-encoder) plugin.
Writes only a single field from the structure log entry.
diff --git a/src/docs/markdown/caddyfile/directives/method.md b/src/docs/markdown/caddyfile/directives/method.md
index a7c51f8..f5d0135 100644
--- a/src/docs/markdown/caddyfile/directives/method.md
+++ b/src/docs/markdown/caddyfile/directives/method.md
@@ -4,7 +4,7 @@ title: method (Caddyfile directive)
# method
-Rewrites the request to change the HTTP method.
+Changes the HTTP method on the request.
## Syntax
diff --git a/src/docs/markdown/caddyfile/directives/tls.md b/src/docs/markdown/caddyfile/directives/tls.md
index 13b6671..11cdf67 100644
--- a/src/docs/markdown/caddyfile/directives/tls.md
+++ b/src/docs/markdown/caddyfile/directives/tls.md
@@ -173,7 +173,7 @@ Note that ZeroSSL is a default issuer, so configuring it explicitly is usually u
#### internal
-Obtains certificates from an internal certificate authority.
+Obtains certificates from an internal certificate authority.
```caddy
... internal {