From 7a95d74fd6432d9dd64b54babc6d9ca3d228a3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 30 Nov 2023 23:07:43 +0100 Subject: [PATCH] fix typo --- src/c3nav/mesh/newapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(