docs: Spell check fixes (#24217)

**Description:** Spell check fixes for docs, comments, and a couple of
strings. No code change e.g. variable names.
**Issue:** none
**Dependencies:** none
**Twitter handle:** hmartin
This commit is contained in:
Harold Martin
2024-07-15 08:51:43 -07:00
committed by GitHub
parent cacdf96f9c
commit ccdaf14eff
13 changed files with 13 additions and 13 deletions

View File

@@ -78,7 +78,7 @@ def _load_module_members(module_path: str, namespace: str) -> ModuleMembers:
continue
if inspect.isclass(type_):
# The clasification of the class is used to select a template
# The type of the class is used to select a template
# for the object when rendering the documentation.
# See `templates` directory for defined templates.
# This is a hacky solution to distinguish between different