Skip to content

Commit 9687575

Browse files
committed
Change Riot → Element in docs/feature-flags.md
1 parent 398033e commit 9687575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/feature-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feature flags
22

3-
When developing new features for Riot, we use feature flags to give us more
3+
When developing new features for Element, we use feature flags to give us more
44
flexibility and control over when and where those features are enabled.
55

66
For example, flags make the following things possible:
@@ -88,7 +88,7 @@ and
8888
configs.
8989

9090
**Warning:** While this does mean the feature is enabled by default for
91-
https://riot.im and official Riot Desktop builds, it will not be enabled by
91+
https://app.element.io and official Element Desktop builds, it will not be enabled by
9292
default for self-hosted installs, custom desktop builds, etc. To cover those
9393
cases as well, the best options at the moment are converting to a regular
9494
setting defaulted on or to remove the flag. Simply enabling the existing flag by

0 commit comments

Comments
 (0)