Spelling correction in Update FeatureFlags.kt (#5232)
Spelling correction L74 (flog to flag)
This commit is contained in:
committed by
GitHub
parent
14c78bc5c7
commit
c45a1ca842
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user