Merge pull request #3022 from chiizujin/help_typos

Fix help typos
This commit is contained in:
Griatch 2022-12-14 21:02:16 +01:00 committed by GitHub
commit 67972f9eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1029,7 +1029,7 @@ class CmdStyle(COMMAND_DEFAULT_CLASS):
style <option> = <value>
Configure stylings for in-game display elements like table borders, help
entriest etc. Use without arguments to see all available options.
entries etc. Use without arguments to see all available options.
"""

View file

@ -31,7 +31,7 @@ HELP_ENTRY_DICTS = [
"category": "General",
"locks": "read:perm(Developer)",
"text": """
Evennia is a MU-game server and frameworkdin Python. You can read more
Evennia is a MU-game server and framework written in Python. You can read more
on https://www.evennia.com.
# subtopics
@ -60,7 +60,7 @@ HELP_ENTRY_DICTS = [
"category": "building",
"text": """
Evennia comes with a bunch of default building commands. You can
find a beginner tutorial in the evennia documentation.
find a beginner tutorial in the Evennia documentation.
""",
},