diff --git a/ps-grammar/restaurant/ordering.jsgf b/ps-grammar/restaurant/ordering.jsgf
index 68a65814f65dfaf42f3c51135b2f33737413a15d..86e1612dd0b24f4a5cccedc5f9daedb7d358c626 100644
--- a/ps-grammar/restaurant/ordering.jsgf
+++ b/ps-grammar/restaurant/ordering.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar restaurant_ordering;
 
-public <restaurant> = [tobi] [please] bring <objects> to table <deliveryLocations>;
+public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
 
 <deliveryLocations> = table (one | two | three);