Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Jan 26, 2024
1 parent 13fa82b commit a91b5f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a91b5f4

Please sign in to comment.