From 3cf87c1d114e08fb1233d2466bfbf36e023f8565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 28 Sep 2022 12:03:43 +0200 Subject: [PATCH] forgot a slash ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/user-settings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user-settings/README.md b/plugins/user-settings/README.md index b240c2bbd3..ce07d76257 100644 --- a/plugins/user-settings/README.md +++ b/plugins/user-settings/README.md @@ -33,7 +33,7 @@ import { UserSettingsPage } from '@backstage/plugin-user-settings'; const AppRoutes = () => ( - }> + } /> ); ```