diff --git a/psGrammar/demos/cupro/kitchen_demo.jsgf b/psGrammar/demos/cupro/kitchen_demo.jsgf
index 05538b57e131cd49541a4492999c82ccc218d9fb..7d546c35cbc5acf24d8816cb1d4d89ea35c299f0 100644
--- a/psGrammar/demos/cupro/kitchen_demo.jsgf
+++ b/psGrammar/demos/cupro/kitchen_demo.jsgf
@@ -5,7 +5,7 @@ public <command> = [<robot>] ( <demo> | <save> | <place> | <introduction>);
 
 <robot> = (robot | tiago | tobi);
 
-<demo> = (tell me about the kitchen drawer);
+<demo> = (tell me about the kitchen);
 <save> = (save location);
 <place> = (go to);
 <introduction> = (introduce yourself);