aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-12-17 15:00:19 +0100
committerXavier Noria <fxn@hashref.com>2015-12-17 15:00:19 +0100
commit7daad3a4015769f5b1c2fd7b65955a6f63d72812 (patch)
tree653ece35b6c643a99d8fb086a1874540acc55ec6 /actioncable/README.md
parent76c1c8c57a1737eb3bfd6071211ced08896eea6c (diff)
downloadrails-7daad3a4015769f5b1c2fd7b65955a6f63d72812.tar.gz
rails-7daad3a4015769f5b1c2fd7b65955a6f63d72812.tar.bz2
rails-7daad3a4015769f5b1c2fd7b65955a6f63d72812.zip
Update README.md
ActiveRecord -> Active Record [ci skip]
Diffstat (limited to 'actioncable/README.md')
-rw-r--r--actioncable/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index da312b2264..13b79d15ca 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -5,7 +5,7 @@ It allows for real-time features to be written in Ruby in the same style
and form as the rest of your Rails application, while still being performant
and scalable. It's a full-stack offering that provides both a client-side
JavaScript framework and a server-side Ruby framework. You have access to your full
-domain model written with ActiveRecord or your ORM of choice.
+domain model written with Active Record or your ORM of choice.
## Terminology