fix: typos in documentation

This commit is contained in:
shfc
2025-12-14 22:42:24 +10:30
parent 399354cbe5
commit 51a08d23cd
11 changed files with 14 additions and 14 deletions

View File

@@ -130,7 +130,7 @@ create :file:`~/.config/kitty/mywatcher.py` and use :option:`launch --watcher` =
def on_load(boss: Boss, data: dict[str, Any]) -> None:
# This is a special function that is called just once when this watcher
# module is first loaded, can be used to perform any initializztion/one
# module is first loaded, can be used to perform any initialization/one
# time setup. Any exceptions in this function are printed to kitty's
# STDERR but otherwise ignored.
...