From 16e32908a2befb22644fdbaf1c32654c891eb60a Mon Sep 17 00:00:00 2001
From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de>
Date: Wed, 23 Jul 2014 12:27:19 -0300
Subject: [PATCH] fixed demo challenge commands

---
 ps-grammar/demoChallenge/commands.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ps-grammar/demoChallenge/commands.jsgf b/ps-grammar/demoChallenge/commands.jsgf
index 2dce336a..beb40f2c 100644
--- a/ps-grammar/demoChallenge/commands.jsgf
+++ b/ps-grammar/demoChallenge/commands.jsgf
@@ -5,6 +5,6 @@ public <statement> = [tobi] [please] <command> [please] [tobi];
 <command> =  <mapping> | <clean> | <party> | <teach>;
 <clean> = (clean up) | (start cleaning);
 <mapping> = ( start mapping );
-<party> = ( [the] party starts) | (party beginning) | (party starting)  | (lets start the party);
+<party> = ( start the party ) | (lets party) | (party starting)  | (lets start the party);
 <teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
 <object> = trashbin;
-- 
GitLab