Fix various typos

This commit is contained in:
amfl 2023-01-30 16:51:30 +13:00
parent bee281f82d
commit c2ef12b47a
8 changed files with 11 additions and 9 deletions

View file

@ -5,7 +5,7 @@ The *MonitorHandler* is a system for watching changes in properties or Attribute
monitor can be thought of as a sort of trigger that responds to change.
The main use for the MonitorHandler is to report changes to the client; for example the client
Session may ask Evennia to monitor the value of the Characer's `health` attribute and report
Session may ask Evennia to monitor the value of the Character's `health` attribute and report
whenever it changes. This way the client could for example update its health bar graphic as needed.
## Using the MonitorHandler