From 71c8e51dea061e29689cc6296609ea48c209dd80 Mon Sep 17 00:00:00 2001
From: Ashley Bao <abao2003@gmail.com>
Date: Wed, 25 Jan 2023 14:33:25 -0500
Subject: [PATCH] Update a guide to propeller

---
 src/docs_src/A_Guide_To_Propeller.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docs_src/A_Guide_To_Propeller.md b/src/docs_src/A_Guide_To_Propeller.md
index 3a67d2e..f95e665 100644
--- a/src/docs_src/A_Guide_To_Propeller.md
+++ b/src/docs_src/A_Guide_To_Propeller.md
@@ -47,7 +47,7 @@ A specific example is provided later below.
 
 ## How do I run Propeller on a problem?
 
-To run a problem in Propeller, you want to call the `-main` function in the problem file using leiningen. 
+To run Propeller on a problem, you want to call the `-main` function in the problem file using leiningen. 
 The `-main` function will create a map of arguments from the input and run the main genetic programming loop.
 
 Below is the general format to run a problem through the command-line: