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)