diff --git a/ps-grammar/restaurant/command.jsgf b/ps-grammar/restaurant/command.jsgf
index 7c5ab47ceac43773a58f84fac3d164b9f801baeb..1eebd9386c26f8b41d051620b47e7982fc3c1fde 100644
--- a/ps-grammar/restaurant/command.jsgf
+++ b/ps-grammar/restaurant/command.jsgf
@@ -5,7 +5,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
 <command> = <followMe> | <stop> | <ordering> | <savePlaceLeft> | <savePlaceRight> | <savePlace>;
 <followMe> = (follow me) | (come [(with me) | here]) | (keep up);
 <stop> = stop [this];
-
+<ordering> = ordering;
 <savePlaceLeft> = left;
 <savePlaceRight> = right;
 <savePlace> = <save>;