diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js
index 72a9c946a79420063b3d7c796fa14a1da81fc098..88701507d46114d4acd8a46931b40fc1b079d13f 100644
--- a/src/interaction/main/walkPast.js
+++ b/src/interaction/main/walkPast.js
@@ -1920,7 +1920,7 @@ globalThis.walkPast = (function() {
 				} else if (!canWalk(slave)) {
 					if (canMove(slave)) {
 						if (slave.rules.mobility === "permissive") {
-							t += `wheels past your desk on ${his} way to`;
+							t += `wheels past your desk on ${his} way to `;
 						} else {
 							t += `crawls past your desk on `;
 							if (hasBothArms(slave) && hasBothLegs(slave)) {