Skip to content

Commit f4708a4

Browse files
authored
Spelling correction in Update FeatureFlags.kt (#5232)
Spelling correction L74 (flog to flag)
1 parent badc241 commit f4708a4

File tree

1 file changed

+1
-1
lines changed
  • libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api

1 file changed

+1
-1
lines changed

libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ enum class FeatureFlags(
7171
Space(
7272
key = "feature.space",
7373
title = "Spaces",
74-
description = "Spaces are under active development, only developers should enable this flog for now.",
74+
description = "Spaces are under active development, only developers should enable this flag for now.",
7575
defaultValue = { false },
7676
isFinished = false,
7777
),

0 commit comments

Comments
 (0)