Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/request.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion docs/best-practices/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down