From cc13aac4655b22da8f86c1cef2e698e67db38d8a Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:51:17 +1000 Subject: [PATCH] docs: fix grammar in docker instructions --- docs/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 47b1d5d..7b92b94 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -13,8 +13,8 @@ Although WinApps supports using `QEMU+KVM+libvirt` as a backend for running Wind > [!IMPORTANT] > The iptables kernel module must be loaded for folder sharing with the host to work. -> Check that the output of `lsmod | grep ip_tables` and `lsmod | grep iptable_nat` is non empty. -> If the output of one of the previous command is empty, run `echo -e "ip_tables\niptable_nat" | sudo tee /etc/modules-load.d/iptables.conf` and reboot. +> Check that the output of `lsmod | grep ip_tables` and `lsmod | grep iptable_nat` is non-empty. +> If the output of one of the previous commands is empty, run `echo -e "ip_tables\niptable_nat" | sudo tee /etc/modules-load.d/iptables.conf` and reboot. ## `Docker` ### Installation