Skip to content

Commit

Permalink
Fix typo "buttton" in feature_flag_enum.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored May 5, 2022
1 parent 95aa24f commit 05fa0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitsi_meet/lib/feature_flag/feature_flag_enum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum FeatureFlagEnum {
MEETING_NAME_ENABLED,

/// Flag indicating if the meeting password button should be enabled.
/// Note that this flag just decides on the buttton, if a meeting has a password
/// Note that this flag just decides on the button, if a meeting has a password
/// set, the password dialog will still show up.
/// Default: enabled (true).
MEETING_PASSWORD_ENABLED,
Expand Down

0 comments on commit 05fa0e0

Please sign in to comment.