summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKévin Dunglas <dunglas@gmail.com>2020-07-10 16:00:24 +0200
committerGitHub <noreply@github.com>2020-07-10 10:00:24 -0400
commit724613a1be3ee04167f80e869b0236167c822592 (patch)
treefd9e81d5ca4f6a4f9e9742d4326242bc13217c07 /README.md
parent735c86658d058512f5d86408e18e3c81c32788d1 (diff)
docs: Remove extra word in README.md (#3564)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32f3d2f..916fe43 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ The primary way to configure Caddy is through [its API](https://caddyserver.com/
Caddy exposes an unprecedented level of control compared to any web server in existence. In Caddy, you are usually setting the actual values of the initialized types in memory that power everything from your HTTP handlers and TLS handshakes to your storage medium. Caddy is also ridiculously extensible, with a powerful plugin system that makes vast improvements over other web servers.
-To wield the power of this design, you need to know how the config document is structured. Please see the [our documentation site](https://caddyserver.com/docs/) for details about [Caddy's config structure](https://caddyserver.com/docs/json/).
+To wield the power of this design, you need to know how the config document is structured. Please see [our documentation site](https://caddyserver.com/docs/) for details about [Caddy's config structure](https://caddyserver.com/docs/json/).
Nearly all of Caddy's configuration is contained in a single config document, rather than being scattered across CLI flags and env variables and a configuration file as with other web servers. This makes managing your server config more straightforward and reduces hidden variables/factors.