Skip to content

Commit

Permalink
Update categories.py
Browse files Browse the repository at this point in the history
fix typo in categories.
  • Loading branch information
kaklik authored May 16, 2024
1 parent ca6e6eb commit 39eb8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MLABweb/categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -78,4 +78,4 @@
'_id': "mcu",
'name': "Microcontrollers",
}
]
]

0 comments on commit 39eb8fe

Please sign in to comment.