From 3976849b97e99db0cb66119e5301d76a1e3ebf96 Mon Sep 17 00:00:00 2001 From: ky-bean Date: Fri, 27 Mar 2026 19:16:16 -0700 Subject: [PATCH] docs(docker): fix typos (psuedo=>pseudo, decleration=>declaration) --- docs/deploying/docker.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index 832e9581a..7a1e58b22 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -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: