From 3d88c97b55760bfe7e6299ec3b5a81880e1b1a28 Mon Sep 17 00:00:00 2001
From: sandr01d <88739791+sandr01d@users.noreply.github.com>
Date: Wed, 11 Dec 2024 20:05:04 +0100
Subject: [PATCH] fix(presets): typo in utoipa monorepo (#33047)

---
 lib/data/monorepo.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index 9102067b85..0d038bbafa 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -546,7 +546,7 @@
     "unhead": "https://github.com/unjs/unhead",
     "unocss": "https://github.com/unocss/unocss",
     "uppy": "https://github.com/transloadit/uppy",
-    "utopia": "https://github.com/juhaku/utoipa",
+    "utoipa": "https://github.com/juhaku/utoipa",
     "vaadin-hilla": "https://github.com/vaadin/hilla",
     "vaadinWebComponents": "https://github.com/vaadin/web-components",
     "visx": "https://github.com/airbnb/visx",
-- 
GitLab