Skip to content

Commit c9b3a3e

Browse files
Fix typo in sequel.rb
1 parent 99f6776 commit c9b3a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/flipper/adapters/sequel.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Gate < ::Sequel::Model(:flipper_gates)
3030
end
3131

3232
VALUE_TO_TEXT_WARNING = <<-EOS
33-
Your database needs migrated to use the latest Flipper features.
33+
Your database needs to be migrated to use the latest Flipper features.
3434
See https://github.com/flippercloud/flipper/issues/557
3535
EOS
3636

0 commit comments

Comments
 (0)