From 180d87faa00fe390e8972a00b282446b9e1835bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 12 Nov 2024 17:16:09 +0100 Subject: [PATCH] Minor documentation improvements --- docs/api/request.md | 2 +- docs/best-practices/deployment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/request.md b/docs/api/request.md index 605bb69..f50e048 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -1,7 +1,7 @@ # Request Whenever the client sends an HTTP request to our application, -we receive this as an request object and need to react to it. +we receive it as a request object and need to react to it. We love standards and want to make using X as simple as possible. That's why we build on top of the established [PSR-7 standard](https://www.php-fig.org/psr/psr-7/) diff --git a/docs/best-practices/deployment.md b/docs/best-practices/deployment.md index a4bd2d4..926a159 100644 --- a/docs/best-practices/deployment.md +++ b/docs/best-practices/deployment.md @@ -130,7 +130,7 @@ Assuming you've followed the [quickstart guide](../getting-started/quickstart.md all you need to do is to point Caddy's [`root` directive](https://caddyserver.com/docs/caddyfile/directives/root) to the `public/` directory of your project. On top of this, you'll need to instruct Caddy to process any dynamic requests through X. This can be -achieved by using an `Caddyfile` configuration with the following contents: +achieved by using a `Caddyfile` configuration with the following contents: ``` example.com {