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