Skip to content

Commit 7368bbd

Browse files
committed
Fix typo in the CHANGELOG
1 parent 458f19a commit 7368bbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activerecord/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
#or
1010
ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = '--no-defaults --skip-add-drop-table'
1111
```
12-
12+
1313
And also use it passing a hash, with one or more keys, where the key
1414
is the adapter
1515

1616
```ruby
1717
ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = {
1818
mysql2: ['--no-defaults', '--skip-add-drop-table'],
1919
postgres: '--no-tablespaces'
20-
}
20+
}
2121
```
2222

2323
*Gustavo Gonzalez*
@@ -46,7 +46,7 @@
4646
# => ActiveRecord::StrictLoadingViolationError
4747
4848
user = User.first
49-
user.stict_loading!(false)
49+
user.strict_loading!(false)
5050
user.articles
5151
# => #<ActiveRecord::Associations::CollectionProxy>
5252
```

0 commit comments

Comments
 (0)