From d206440f8d9864e8a940f4213e9bfe9982b62503 Mon Sep 17 00:00:00 2001 From: AbishekBista9 <133620692+AbishekBista9@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:45:17 +0545 Subject: [PATCH] docs: Update architecture.md (#3891) --- platform/docs/docs/development/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/docs/docs/development/architecture.md b/platform/docs/docs/development/architecture.md index e3760240d46..4ac0561946c 100644 --- a/platform/docs/docs/development/architecture.md +++ b/platform/docs/docs/development/architecture.md @@ -40,7 +40,7 @@ you'll see the following: │ ├── core # Business Logic │ ├── i18n # Internationalization Support │ ├── ui # React component library -│ └── viewer # Connects platform and extension projects +│ └── app # Connects platform and extension projects │ ├── ... # misc. shared configuration ├── lerna.json # MonoRepo (Lerna) settings