From fabdcd03e2d9de980856e303a1d03eae24599154 Mon Sep 17 00:00:00 2001 From: Daniyaal Beg Date: Sun, 23 Oct 2022 23:04:08 +0500 Subject: [PATCH] Update Architecture.md (#4323) --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 43f486c9e..d04fca77b 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -61,7 +61,7 @@ small utilities. ``` shared ├── editor - The text editor, based on Prosemirror -├── i18n - Internationalization confiuration +├── i18n - Internationalization configuration │ └── locales - Language specific translation files ├── styles - Styles, colors and other global aesthetics ├── utils - Shared utility methods