docs(docker): fix typos (psuedo=>pseudo, decleration=>declaration)

This commit is contained in:
ky-bean
2026-03-27 19:16:16 -07:00
committed by Ellis Git
parent a1e3619291
commit 3976849b97
+2 -2
View File
@@ -245,9 +245,9 @@ section in the development documentation.
### Accessing the Server's Console
Before you can access the server's console and [send admin commands](../reference/admin/index.md) from the CLI, you will need to make the container interactive and allocate a psuedo-tty.
Before you can access the server's console and [send admin commands](../reference/admin/index.md) from the CLI, you will need to make the container interactive and allocate a pseudo-tty.
For Docker Compose deployments this means adding `stdin_open: true` and `tty: true` to the container's decleration:
For Docker Compose deployments this means adding `stdin_open: true` and `tty: true` to the container's declaration:
```yaml
services: