From a91b5f4234cfa53cffb04c6623d5de9b284a4951 Mon Sep 17 00:00:00 2001 From: jazairi <16103405+jazairi@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:54:23 -0500 Subject: [PATCH] Add missing comma --- .../0002-extend-timdex-ui-for-gis-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture-decisions/0002-extend-timdex-ui-for-gis-data.md b/docs/architecture-decisions/0002-extend-timdex-ui-for-gis-data.md index dc656bd6..65a199c2 100644 --- a/docs/architecture-decisions/0002-extend-timdex-ui-for-gis-data.md +++ b/docs/architecture-decisions/0002-extend-timdex-ui-for-gis-data.md @@ -88,7 +88,7 @@ We will not use index detection, as it does not address any additional use cases Using the theme gem for header customizations may be useful for other applications. We can minimize repetition by managing these changes in environment variables read by the theme gem, but we should be wary of overabstraction. We will -try this with adding the app name to the header to start and carefully consider whether it may be useful for other UI +try this with adding the app name to the header to start, and carefully consider whether it may be useful for other UI elements. The feature flag will serve as an initial solution to isolating GDT UI features. Because we have used `flipflop` before,