From af533aa263bbeeaf241fa3fa13c943c1bb9c0e2c Mon Sep 17 00:00:00 2001 From: Viktor Kolev Date: Mon, 1 Dec 2025 22:51:37 +0200 Subject: [PATCH] Fix typo in FEATURE_FLAGS.md Corrected a typo in the description of feature flags. --- 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 9ba7ca447388..d4b47d0b6bc4 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