Skip to content

Commit 1e8f796

Browse files
committed
docs(USAGE): improve grammar under "Reverse Proxy and Load Balancer" heading
1 parent 6935f1e commit 1e8f796

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/USAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
external: true
3333
```
3434

35-
Notice how the `fpm-network` is defined in the `docker-compose.yml` file. This is the same network defined in the [
35+
Notice that the `fpm-network` is defined in the `docker-compose.yml` file. This is the same network defined in the [
3636
docker-compose.yml](./../docker-compose.yml) file.
3737

3838
We also removed the `ports` section from the `dozzle` container. This is because our `ferron` service in
@@ -47,5 +47,5 @@
4747
You can use the same backend url for a load balancer.
4848

4949
- For docker compose files with multiple services, attach the `fpm-network` to the service that you want to
50-
connect to the reverse proxy or load balancer which is most likely going to be the one which exposes a web UI or is
51-
the one which you want to be publicly accessible.
50+
connect to the reverse proxy or load balancer. This is typically the service which exposes a web UI or the one which
51+
you want to be publicly accessible.

0 commit comments

Comments
 (0)