diff --git a/grammar b/grammar
index fce4f437f390833dacdd983f572ee6f03ec08386..7ad4c9342dc00d075845b25bb1a486af4485afc3 100644
--- a/grammar
+++ b/grammar
@@ -39,7 +39,11 @@ Mixture ::=
 
 /* Preposition: */
 /* Used to link nouns, pronouns, or phrases to other words within a sentence */
-Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")? ( "a" | "the")?
+Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")?
+
+/* Preposition: */
+
+Article ::= ( "a" | "an" | "the")?
 
 at, for, in, off, on, over, and under
 /* Conjunction */