From 0418e6076e67d63e2e4bfe4b7f49779da0e8be07 Mon Sep 17 00:00:00 2001 From: Blane Winstead <35059636+BlaneWins@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:21:30 -0500 Subject: [PATCH] Update Beginner-Tutorial-Creating-Things.md Fix typo and grammar for section about linking exits. --- .../Part1/Beginner-Tutorial-Creating-Things.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Creating-Things.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Creating-Things.md index f93d8188ec..3e9bea12c2 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Creating-Things.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Creating-Things.md @@ -80,7 +80,7 @@ The `east` exit has a `key` of `east`, a `location` of `Meadow` and a `destinati Meadow -> east -> Forest Forest -> west -> Meadow -In-game you do this with `tunnel` and `dig` commands, bit if you want to ever set up these links in code, you can do it like this: +In-game you do this with `tunnel` and `dig` commands, but if you want to set up these links in code, you can do it like this: ```python from evennia import create_object