aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-18 19:22:46 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-18 19:23:30 +0530
commitf8a3dda6ce268ac428a8624d788bf16dc4264d55 (patch)
tree5fe09d6361d99f2805c863b8849029cb3c7615d5 /activerecord
parent056acbd0c6ff931c404907153729fd66ffb89c7f (diff)
downloadrails-f8a3dda6ce268ac428a8624d788bf16dc4264d55.tar.gz
rails-f8a3dda6ce268ac428a8624d788bf16dc4264d55.tar.bz2
rails-f8a3dda6ce268ac428a8624d788bf16dc4264d55.zip
Fxied some typos
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 858c33c4e5..19d2195bca 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Also support extentions in PostgreSQL 9.1. This feature has been supported since 9.1.
+* Also support extensions in PostgreSQL 9.1. This feature has been supported since 9.1.
*kennyj*