From 1e086bbd8b11755bd9a15334faa45757166aaf5b Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 7 Oct 2020 07:07:39 -0400
Subject: [PATCH] Correct typo

---
 readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 3e25564..585f4c7 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,7 @@
 ## Description
 A helper/utility script to be imported by other scripts.
 
-Intended to hold very common functionality (that's surprisingly not build into bash) such as string upper/lower,
+Intended to hold very common functionality (that's surprisingly not built into bash) such as string upper/lower,
 and checking current user value, and prompts of yes/no user input.
 
 
-- 
GitLab