diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 65df26bbf4..c93ef6f25e 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -31,7 +31,7 @@ rails generate scaffold Pet name:string --database=animals --parent=SecondaryBase ``` - This will ensure the model inherits from the `SecondaryBase` parent instead of `AnimalsRecrd` + This will ensure the model inherits from the `SecondaryBase` parent instead of `AnimalsRecord` ```ruby class Pet < SecondaryBase