Skip to content

Commit fab1b86

Browse files
authored
Update caddy.md, missing hyphen (nitty-gritty), punctuation (e.g., GD) (#1679)
- nitty-gritty with hyphen according to merriam-webster.com
1 parent bd67a6a commit fab1b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/web/caddy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ That should be everything you need, firewall-wise.
110110

111111
## Configuring Caddy
112112

113-
Unlike traditional web servers like Apache and Nginx, Caddy's configuration format is significantly simpler. Gone are the days where you had to configure the nitty gritty like your web server's threading model or SSL certificates, unless you want to.
113+
Unlike traditional web servers like Apache and Nginx, Caddy's configuration format is significantly simpler. Gone are the days where you had to configure the nitty-gritty like your web server's threading model or SSL certificates, unless you want to.
114114

115115
To edit the Caddy configuration file:
116116

@@ -164,7 +164,7 @@ Next, we need to install PHP (note: if you are using another version of PHP, sub
164164
dnf install -y php81-php-fpm
165165
```
166166

167-
If you require additional PHP modules (e.g. GD), add them to the above command.
167+
If you require additional PHP modules (e.g., GD), add them to the above command.
168168

169169
Then, we need to configure PHP to listen on a TCP socket:
170170

0 commit comments

Comments
 (0)