From 39eb8fea532ca4fc1138bb1e8b59ba9e0f8f6db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C3=A1kona?= Date: Thu, 16 May 2024 14:23:20 +0200 Subject: [PATCH] Update categories.py fix typo in categories. --- src/MLABweb/categories.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MLABweb/categories.py b/src/MLABweb/categories.py index 41538cd..487c16f 100644 --- a/src/MLABweb/categories.py +++ b/src/MLABweb/categories.py @@ -39,8 +39,8 @@ '_id': "power-supply", 'name': "Power supply", },{ - '_id': "universial", - 'name': "Universial parts", + '_id': "universal", + 'name': "Universal parts", },{ '_id': "human-interface", 'name': "Human interfaces", @@ -78,4 +78,4 @@ '_id': "mcu", 'name': "Microcontrollers", } -] \ No newline at end of file +]