diff --git a/pocketsphinxAdapter/grammar/location/location.jsgf b/pocketsphinxAdapter/grammar/location/location.jsgf
index 739e49b09bcd7aa4a18ba115c92a71fb9cf6e361..2dfe2217798fe8f632d7ddf0918449e1fdf1020e 100644
--- a/pocketsphinxAdapter/grammar/location/location.jsgf
+++ b/pocketsphinxAdapter/grammar/location/location.jsgf
@@ -6,7 +6,7 @@ public <statement> = <locationPhrase> [please];
 
 <verb> = go | search | learn | remember | memorize;
 
-<location> = (<appliance_class> | <shelf_class> | <seat_class> | <table_class> | <bin_class> | <decoration_class> | <room_class> | location | room | appliance | shelf | seat | table | bin | decoration | everywhere | somewhere | appartment);
+<location> = (<appliance_class> | <shelf_class> | <seat_class> | <table_class> | <bin_class> | <decoration_class> | <room_class> | location | room | appliance | shelf | seat | table | bin | decoration | everywhere | somewhere | apartment);
 <appliance_class> = fridge | sink | tv;
 <shelf_class> = hanger | shelf;
 <seat_class> = couch | lounge | bed | armchair;