This is an automated email from the ASF dual-hosted git repository.
jli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 7748b60ff5 chore(docs): Fix typo in FEATURE_FLAGS.md (#36364)
7748b60ff5 is described below
commit 7748b60ff547e221e2b6ccde6b0a0916d944c60f
Author: Viktor Kolev <[email protected]>
AuthorDate: Tue Dec 2 20:59:57 2025 +0200
chore(docs): Fix typo in FEATURE_FLAGS.md (#36364)
---
RESOURCES/FEATURE_FLAGS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RESOURCES/FEATURE_FLAGS.md b/RESOURCES/FEATURE_FLAGS.md
index 9ba7ca4473..d4b47d0b6b 100644
--- a/RESOURCES/FEATURE_FLAGS.md
+++ b/RESOURCES/FEATURE_FLAGS.md
@@ -68,7 +68,7 @@ These features flags are **safe for production**. They have
been tested and will
### Flags retained for runtime configuration
-Currently some of our feature flags act as dynamic configurations that can
changed
+Currently some of our feature flags act as dynamic configurations that can
change
on the fly. This acts in contradiction with the typical ephemeral feature flag
use case,
where the flag is used to mature a feature, and eventually deprecated once the
feature is
solid. Eventually we'll likely refactor these under a more formal "dynamic
configurations" managed