From 3a61bffc21ef02b3067dc0faf307f0b1c2507b8e Mon Sep 17 00:00:00 2001 From: Jack A <96800557+wasteofusername@users.noreply.github.com> Date: Sat, 4 Feb 2023 16:15:59 -0500 Subject: [PATCH] Fix a really small typo of prerequisite Loving the guide man --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cfb7eb..2f35d4c 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ We will use the [AllowGroups option](#AllowGroups) in SSH's configuration file [ #### Notes -- This is a per-requisite step to support the `AllowGroup` setting set in [Secure `/etc/ssh/sshd_config`](#secure-etcsshsshd_config). +- This is a prerequisite step to support the `AllowGroup` setting set in [Secure `/etc/ssh/sshd_config`](#secure-etcsshsshd_config). #### References