aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index a483535df1..9b6ceff9ff 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)