diff --git a/pages/iam/troubleshooting/index.mdx b/pages/iam/troubleshooting/index.mdx
index 8b2d76ed19..e393ba9e31 100644
--- a/pages/iam/troubleshooting/index.mdx
+++ b/pages/iam/troubleshooting/index.mdx
@@ -28,7 +28,7 @@ categories:
Dockerfile
FROM python:3.11-slim-bookworm
WORKDIR /app
- COPY . .
+ COPY . .
RUN pip install .
EOF
```
diff --git a/tutorials/manage-database-instance-pgadmin4/index.mdx b/tutorials/manage-database-instance-pgadmin4/index.mdx
index 5c87c3e8d2..6881f69081 100644
--- a/tutorials/manage-database-instance-pgadmin4/index.mdx
+++ b/tutorials/manage-database-instance-pgadmin4/index.mdx
@@ -29,9 +29,9 @@ pgAdmin is an open-source management tool for PostgreSQL databases. It allows th
1. [Connect to your Instance](/instances/how-to/connect-to-instance/) via SSH.
2. Update the `apt` sources and the software already installed on the Instance:
- ```
- apt update && apt upgrade -y
- ```
+ ```
+ apt update && apt upgrade -y
+ ```
3. Import the PostgreSQL repository signing key:
```
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg