diff --git a/README.md b/README.md
index 30dfb43d7441a989ddf5435263d5facad47f9bee..d015ead4b9b1c3e53e3596ab563b3e2313f9567d 100644
--- a/README.md
+++ b/README.md
@@ -435,9 +435,9 @@ FREERDP_COMMAND=""
 > If you wish to use an alternative WinApps backend (other than `Docker`), uncomment and change `WAFLAVOR="docker"` to `WAFLAVOR="podman"` or `WAFLAVOR="libvirt"`.
 
 > [!NOTE]
-> If you encounter issues with tls certificate getting rejected, delete the existing `.pem` file with 
-> `rm ~/.config/freerdp/server/127.0.0.1_3389.pem` and run 
-> `xfreerdp3 /u:MyWindowsUser /p:MyWindowsPassword /v:127.0.0.1 /cert:tofu` 
+> If you encounter issues with tls certificate getting rejected, delete the existing `.pem` file with
+> `rm ~/.config/freerdp/server/127.0.0.1_3389.pem` and run
+> `xfreerdp3 /u:MyWindowsUser /p:MyWindowsPassword /v:127.0.0.1 /cert:tofu`
 > to set up Trust On First Authentication. Then retry the `setup.sh` script.
 
 #### Configuration Options Explained
diff --git a/docs/docker.md b/docs/docker.md
index 7059bb5a6f51e35e9c0afdc5a3a1941857351232..39fa2b6692d036a4a48a04a98195590df165a9f0 100644
--- a/docs/docker.md
+++ b/docs/docker.md
@@ -30,7 +30,7 @@ It is also possible to specify the version of Windows you wish to install within
 Please refer to the [original GitHub repository](https://github.com/dockur/windows) for more information on additional configuration options.
 
 > [!NOTE]
-> If you want to undo all your changes and start from scratch, run the following. For `podman`, replace `docker` with `podman`. 
+> If you want to undo all your changes and start from scratch, run the following. For `podman`, replace `docker` with `podman`.
 > ```bash
 > docker compose down --rmi=all --volumes
 > ```