Spelling correction in Update FeatureFlags.kt (#5232)

Spelling correction L74 (flog to flag)
This commit is contained in:
Strac Consulting Engineers Pty Ltd
2025-08-27 19:31:28 +10:00
committed by GitHub
parent 14c78bc5c7
commit c45a1ca842

View File

@@ -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,
),