diff --git a/ps-grammar/restaurant/goTable.jsgf b/ps-grammar/restaurant/goTable.jsgf
index 97167a22b93ebf451419df9cd2ace32be342d7c6..91b32625ddd16202ed4d06b723e4361286600d8f 100644
--- a/ps-grammar/restaurant/goTable.jsgf
+++ b/ps-grammar/restaurant/goTable.jsgf
@@ -1,6 +1,6 @@
 #JSGF V1.0;
 grammar restaurant_save_command;
 
-public <restaurant> = [tobi] [please] [(take a oder from) | (go to)] <deliveryLocations> [please]);
+public <restaurant> = [tobi] [please] [(take a oder from) | (go to)] <deliveryLocations> [please];
 <deliveryLocations> = table <numberOfTable>;
 <numberOfTable> = one | two | three;
\ No newline at end of file