From 4db121a3953233f3b7dd0f72e9e0c85d526f4bdf Mon Sep 17 00:00:00 2001
From: Brandon Kurtz <kurtz.brandon@gmail.com>
Date: Mon, 2 May 2022 19:53:34 -0700
Subject: [PATCH] typo fix in quickstart (#45)

---
 docs/quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quickstart.md b/docs/quickstart.md
index 515ee57..548cd5d 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -273,5 +273,5 @@ Great! You've verified the basics of getting NanoMDM going! Now you can move on
 * A proper URL/domain name.
 * A proper TLS certificate (possibly using Let's Encrypt, even).
 * A proper reverse-proxy/load balancer (Nginx, HAProxy, Apache, etc.)
-* A proper deployment, perhaps in a container environemnt like Docker, Kubernetes, etc. or even just running as a service with systemctl.
+* A proper deployment, perhaps in a container environment like Docker, Kubernetes, etc. or even just running as a service with systemctl.
 * More advanced configuration of NanoMDM including backend storage options, etc.