Fix typo in create_from_controller_params.rb (#15171)

interation -> interaction
This commit is contained in:
Ikko Ashimine 2021-10-26 02:42:40 +09:00 committed by GitHub
parent 6a3a91d9b7
commit dbf3cf75fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
module UserSubscriptions
# When creating a UserSubscription from a controller/user interation on the
# When creating a UserSubscription from a controller/user interaction on the
# frontend, we need to do some extra validations and logic.
class CreateFromControllerParams
attr_reader :user, :source_type, :source_id, :subscriber_email, :response