Skip to content

Commit

Permalink
Fix typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 23, 2024
1 parent 455565e commit 5245fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hawk/model/association.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def add_association_object(scope, name, repr)
set_association_value name, result
end
else
raise Hawk::Error, "Unhandled assocation: #{name}"
raise Hawk::Error, "Unhandled association: #{name}"
end
end

Expand Down

0 comments on commit 5245fd6

Please sign in to comment.