diff --git a/src/c3nav/mesh/newapi.py b/src/c3nav/mesh/newapi.py index 93d2d92e..f2f6980b 100644 --- a/src/c3nav/mesh/newapi.py +++ b/src/c3nav/mesh/newapi.py @@ -32,7 +32,7 @@ class FirmwareBuildSchema(Schema): example=ChipType.ESP32_C3.name, ) sha256_hash: str = APIField( - description="SHE256 hash of the underlying ELF file", + description="SHA256 hash of the underlying ELF file", pattern=r"^[0-9a-f]{64}$", ) url: str = APIField(