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 badc24134a
commit f4708a4773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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