We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badc241 commit f4708a4Copy full SHA for f4708a4
libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt
@@ -71,7 +71,7 @@ enum class FeatureFlags(
71
Space(
72
key = "feature.space",
73
title = "Spaces",
74
- description = "Spaces are under active development, only developers should enable this flog for now.",
+ description = "Spaces are under active development, only developers should enable this flag for now.",
75
defaultValue = { false },
76
isFinished = false,
77
),
0 commit comments