diff --git a/grammar b/grammar
index 6743fbad4f1f32d572f755cf432ce8503ca58ef9..5d495d9455e6a5aaa861522a686e0c2d0f2ad368 100644
--- a/grammar
+++ b/grammar
@@ -23,10 +23,10 @@ Modifier ::= Verb | Noun Adverb
 /* Eg: "bowl", "pan" */
 Utensil ::=
 
-/* Action: a verb applied to one or more ingredients */
+/* Instruction: a verb applied to one or more ingredients */
 /* Does not apply to gerunds like "stirring constantly" */
 /* Eg: "mix the bell pepper with the chicken" */
-Action ::= Verb ( Preposition ( Verb )? Preposition? ( Ingredient* | Utensil | Mixture ) ) Preposition+ Utensil
+Instruction ::= Verb ( Preposition ( Verb )? Preposition? ( Ingredient* | Utensil | Mixture ) ) Preposition+ Utensil
 
 Verb ::=