From b2a7449c98a3447243819531798a34a41dc28062 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sun, 26 Aug 2018 19:01:05 +0100 Subject: [PATCH] fix simple typo --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index c8f680c..f896c2f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -32,7 +32,7 @@ This plugin wouldn't exist without Rick Olsen's acts_as_versioned. AAV has been * both revisable and revision models * before_branch * after_branch - These work like any other ActiveRecord callbacks. The before_* callbacks can stop the the action. This uses the Callbacks module in ActiveSupport. + These work like any other ActiveRecord callbacks. The before_* callbacks can stop the action. This uses the Callbacks module in ActiveSupport. * Works with a single table. * Provides migration generators to add the revisable columns. * Grouping several revisable actions into a single revision (changeset).