From db08128954d145742db60616cd613d7892ffebff Mon Sep 17 00:00:00 2001 From: Qt Resynth Date: Wed, 30 Sep 2020 12:04:01 +0000 Subject: [PATCH] Riot -> Element --- docs/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature-flags.md b/docs/feature-flags.md index dbd9707f06..1e7e5cce37 100644 --- a/docs/feature-flags.md +++ b/docs/feature-flags.md @@ -8,7 +8,7 @@ For example, flags make the following things possible: * Extended testing of a feature via labs on develop * Enabling features when ready instead of the first moment the code is released * Testing a feature with a specific set of users (by enabling only on a specific - Riot instance) + Element instance) The size of the feature controlled by a feature flag may vary widely: it could be a large project like reactions or a smaller change to an existing algorithm.