Add spellchecking for camelCase, PascalCase, and kebab-case

This commit is contained in:
Julian Stirling 2026-02-22 11:02:59 +00:00
parent 3f54084d14
commit 66b4a06e87
9 changed files with 40 additions and 8 deletions

View file

@ -40,7 +40,7 @@ class BackgroundDetectAlgorithm(lt.Thing):
"""Initialise and create the lock."""
if self.display_name == "Base Detector":
raise NotImplementedError(
"Do not try to use the BackgroungDetectAlgorithm directly. "
"Do not try to use the BackgroundDetectAlgorithm directly. "
" Use a subclass"
)
super().__init__(thing_server_interface)