Skip to content

Commit

Permalink
Merge pull request #269 from clue-labs/docs-an
Browse files Browse the repository at this point in the history
Minor documentation improvements
  • Loading branch information
PaulRotmann authored Dec 12, 2024
2 parents 8b40d8c + 180d87f commit ee6e5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ee6e5e9

Please sign in to comment.