diff --git a/actioncable/README.md b/actioncable/README.md index da312b2264ddff963f7a1e7e3ebdef83784331a5..13b79d15ca522add80a0a328634984f917ee3b42 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