diff --git a/evennia/contrib/grid/extended_room/extended_room.py b/evennia/contrib/grid/extended_room/extended_room.py index 882b235576..1cb2661d83 100644 --- a/evennia/contrib/grid/extended_room/extended_room.py +++ b/evennia/contrib/grid/extended_room/extended_room.py @@ -34,8 +34,8 @@ class CharacterCmdset(default_cmds.Character_CmdSet): ``` -Then reload to make the bew commands available. Note that they only work -on rooms with the typeclass `ExtendedRoom`. Create new rooms with the right +Then, reload to make the new commands available. Note that they only work +on rooms with the `ExtendedRoom` typeclass. Create new rooms with the correct typeclass or use the `typeclass` command to swap existing rooms. """