From 9723c826076382626b4393b8455343993abd3e21 Mon Sep 17 00:00:00 2001 From: Will Martin Date: Fri, 15 Dec 2023 16:42:06 -0500 Subject: [PATCH] Update index.md --- docs/architecture/clients/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/clients/index.md b/docs/architecture/clients/index.md index e520ce40c..913a859e1 100644 --- a/docs/architecture/clients/index.md +++ b/docs/architecture/clients/index.md @@ -11,9 +11,9 @@ and a single [Git repository](https://github.com/bitwarden/clients). The mono-repository root directory contains three main folders. - `apps`: Our different application specific code, consists of `web`, `browser`, `desktop` and - `cli`. -- `bitwarden_license`: Bitwarden Licensed version of the web vault. -- `libs`: Shared code between the different applications. + `cli` +- `bitwarden_license`: Bitwarden Licensed version of the web vault +- `libs`: Shared code between the different applications ## Libs