From 0f0bab7976456b353e133ae560038b20b404d69c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 6 May 2025 18:23:45 +0200 Subject: [PATCH] adr/2: Fix typo --- decisions/02-clan-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decisions/02-clan-api.md b/decisions/02-clan-api.md index 7ce2bc18f..108d14505 100644 --- a/decisions/02-clan-api.md +++ b/decisions/02-clan-api.md @@ -19,7 +19,7 @@ We might not be sure whether all of those will exist but the architecture should ## Decision This leads to the conclusion that we should do `library` centric development. -With the current `clan` python code beeing a library that can be imported to create various tools ontop of it. +With the current `clan` python code being a library that can be imported to create various tools ontop of it. All **CLI** or **UI** related parts should be moved out of the main library. *Note: The next person who wants implement any new frontend should do this first. Currently it looks like the TUI is the next one.*