From 4f7659fbf8727f12e71f0aec423d73549dabb774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Mateos=20L=C3=B3pez?= Date: Tue, 12 Nov 2024 15:10:17 +0100 Subject: [PATCH] :books: Update frontend.md Fix a typo from `comonents` to `components` in the UI namespaces section, at settings. :) --- docs/technical-guide/developer/architecture/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/developer/architecture/frontend.md b/docs/technical-guide/developer/architecture/frontend.md index 8dc3178f9..33febe237 100644 --- a/docs/technical-guide/developer/architecture/frontend.md +++ b/docs/technical-guide/developer/architecture/frontend.md @@ -157,7 +157,7 @@ Rel(ui_viewer, data_viewer, "Uses") * **auth** has the web components for the login, register, password recover, etc. screens. -* **settings** has the web comonents for the user profile and settings screens. +* **settings** has the web components for the user profile and settings screens. * **dashboard** has the web components for the dashboard and its subsections.