commit 477b8873d68bc2a0b02b18b32092e752b0d7700b
Author: Mark Claypool <claypool@cs.wpi.edu>
Date:   Sun Aug 14 19:28:52 2022 -0400

    Updates

diff --git a/methodology.md b/methodology.md
index bd297fe..6a05dec 100644
--- a/methodology.md
+++ b/methodology.md
@@ -1,19 +1,19 @@
 ---
 pagetitle: Writing the Methodology
-version: 1.2
+version: 1.3
 ---
 
 # Writing the Methodology
 
 The Methodology chapter provides details on the approach you used to
-address your problem.
+address the problem you specified in your problem statement.
 
 It is often helpful to think of *verbs* that you used to describe the
 work.  e.g., 
 
-    1. *Design* game that isolates a player action. 
-    2. *Implement* method to gather network traces
-    3. ...
+1. *Design* a game that isolates a player action. 
+2. *Implement* a method to gather network traces
+3. ...
 
 A common structure would briefly (1-2 sentences) restate the problem.