Skip to content

Commit 99f6776

Browse files
Fix typo in active_record.rb
1 parent 1e25bd8 commit 99f6776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flipper/adapters/active_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Gate < Model
3838
end
3939

4040
VALUE_TO_TEXT_WARNING = <<-EOS
41-
Your database needs migrated to use the latest Flipper features.
41+
Your database needs to be migrated to use the latest Flipper features.
4242
Run `rails generate flipper:update` and `rails db:migrate`.
4343
EOS
4444

0 commit comments

Comments
 (0)