diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index a483535df1d6a8c9a48f1e9aceab3f06862e6fce..9b6ceff9fff6157207049ff69fa7274a70c04b74 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,5 +1,5 @@ * Avoid running system tests by default with the `bin/rails test` - and `bin/rake test` commands since they may be expansive. + and `bin/rake test` commands since they may be expensive. *Robin Dupret* (#28286)