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