From a148d70ec7b71d105af61fcdb0d259f9285f1803 Mon Sep 17 00:00:00 2001 From: George Millo Date: Thu, 26 Nov 2015 13:54:11 +0100 Subject: [PATCH] typo fix --skip-ci --- lib/paper_trail/has_paper_trail.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paper_trail/has_paper_trail.rb b/lib/paper_trail/has_paper_trail.rb index 88c07501..1b098c4c 100644 --- a/lib/paper_trail/has_paper_trail.rb +++ b/lib/paper_trail/has_paper_trail.rb @@ -331,7 +331,7 @@ module PaperTrail # `:on`, `:if`, or `:unless`. # # TODO: look into leveraging the `after_touch` callback from - # `ActiveRecord` to allow the regular `touch` method go generate a version + # `ActiveRecord` to allow the regular `touch` method to generate a version # as normal. May make sense to switch the `record_update` method to # leverage an `after_update` callback anyways (likely for v4.0.0) def touch_with_version(name = nil)