diff --git a/src/openflexure_microscope_server/things/system.py b/src/openflexure_microscope_server/things/system.py index 831cad8d..67644070 100644 --- a/src/openflexure_microscope_server/things/system.py +++ b/src/openflexure_microscope_server/things/system.py @@ -30,7 +30,7 @@ class CommandOutput(BaseModel): class OpenFlexureSystem(lt.Thing): """Describe and control the OpenFlexure system. - This Things: + This Thing: * Exposes information about the Microscope, Server, and Thing states to the web API.