Spelling correction in Update FeatureFlags.kt (#5232)
Spelling correction L74 (flog to flag)
This commit is contained in:
parent
14c78bc5c7
commit
c45a1ca842
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ enum class FeatureFlags(
|
||||||
Space(
|
Space(
|
||||||
key = "feature.space",
|
key = "feature.space",
|
||||||
title = "Spaces",
|
title = "Spaces",
|
||||||
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.",
|
||||||
defaultValue = { false },
|
defaultValue = { false },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue