diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm
index 4ab26b4fb69..2c40c0d1b0f 100644
--- a/code/modules/clothing/suits/armor.dm
+++ b/code/modules/clothing/suits/armor.dm
@@ -302,7 +302,7 @@
if(world.time < reactivearmor_cooldown)
owner.visible_message("The reactive table memes are still on cooldown!")
return
- owner.visible_message("The reactive teleport system flings [H] clear of [attack_text] and slams them into a freshly fabricated tables! The memes are dank!")
+ owner.visible_message("The reactive teleport system flings [H] clear of [attack_text] and slams them into a freshly fabricated table! The memes are dank!")
owner.visible_message("[H] GOES ON THE TABLE!!!")
owner.Weaken(2)
var/list/turfs = new/list()