From a934f0c6fb054f323cee3a9dc76baa0c43bc1d84 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:02:40 +0100 Subject: [PATCH] correct wording --- internal/pages/01_welcome.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pages/01_welcome.go b/internal/pages/01_welcome.go index 7d1790a..b09152a 100644 --- a/internal/pages/01_welcome.go +++ b/internal/pages/01_welcome.go @@ -24,7 +24,7 @@ func Welcome() { "This script is meant to make it easier to setup GPU passthrough for\n", "Qemu based systems. WITH DIFFERENT 2 GPUS ON THE HOST SYSTEM\n", "However due to the complexity of GPU passthrough\n", - "This script assumes you know how to do (or have done) the following.\n\n", + "This script assumes you know how to do (and have done) the following.\n\n", "* You have already enabled IOMMU, VT-d, SVM and/or AMD-v\n inside your UEFI/BIOS advanced settings.\n", "* Know how to edit your bootloader\n", "* Have a bootloader timeout of at least 3 seconds to access the menu\n",