From e07effe49cf0f2d4c1a6608980914ec4facf3507 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 25 Apr 2025 11:10:10 -0400 Subject: [PATCH] Help: Fix wording in tutorial workflow description --- Help/guide/tutorial/A Basic Starting Point.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/guide/tutorial/A Basic Starting Point.rst b/Help/guide/tutorial/A Basic Starting Point.rst index 7bed0cb2e2..b36e2e74ac 100644 --- a/Help/guide/tutorial/A Basic Starting Point.rst +++ b/Help/guide/tutorial/A Basic Starting Point.rst @@ -17,7 +17,7 @@ the ``Build and Run`` section will walk step-by-step through how to build and test the exercise. Finally, at the end of each exercise the intended solution is discussed. -Also note that each step in the tutorial builds on the next. So, for example, +Also note that each step in the tutorial builds on the previous. For example, the starting code for ``Step2`` is the complete solution to ``Step1``. Exercise 1 - Building a Basic Project