diff --git a/isr-grammar/english/ToBI_GPR/ToBI_GPR.grm b/isr-grammar/english/ToBI_GPR/ToBI_GPR.grm
index 96258177810c8421262007ac6cbfe99d71274f1d..4b62868ea16ff0c029a74d86487803b909a922ae 100644
--- a/isr-grammar/english/ToBI_GPR/ToBI_GPR.grm
+++ b/isr-grammar/english/ToBI_GPR/ToBI_GPR.grm
@@ -99,7 +99,7 @@ $location_class: 	$appliance_class 	| $shelf_class 	| $seat_class 	| $table_clas
 			| $decoration_class | $room_class
 			| $the_a decoration		| $the_a room | $the_a location;
 
-$appliance_class: 	$grm_the fridge | $grm_the sink 			| $the_a TV;
+$appliance_class: 	$the_a fridge | $grm_the sink 			| $the_a TV;
 $shelf_class: 		$the_a hanger 	| $the_a shelf;	
 $seat_class: 		$the_a couch 	| $grm_the lounge 			| $the_a bed 		| $the_an armchair;
 $table_class: 		$the_a desk 	| $the_a dinnertable 		| $the_a side_table | $the_a couch_table |