From a75d77ba3c28346864624cd6e95e39fb56c43ec9 Mon Sep 17 00:00:00 2001
From: Alexandra Hobbs <ahobbs@contractor.usgs.gov>
Date: Mon, 9 Dec 2024 14:16:04 -0700
Subject: [PATCH] grammar fix

---
 localdev/local_development.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localdev/local_development.md b/localdev/local_development.md
index 08b35cdd..487984ea 100644
--- a/localdev/local_development.md
+++ b/localdev/local_development.md
@@ -25,7 +25,7 @@ export MYSQL_ROOT_PASSWORD=""
 ```
 
 ## Use
-To simply start build and run all the containers, make sure you are in the /localdev directory and run the following command. This includes a reload command for the web container. It will restart the web container when changes are made locally.
+To simply build and run all the containers, make sure you are in the /localdev directory and run the following command. This includes a reload command for the web container. It will restart the web container when changes are made locally.
 ```
 docker-compose up
 ```
-- 
GitLab