Skip to content

Commit

Permalink
Merge pull request #6713 from samvera/fix-typo
Browse files Browse the repository at this point in the history
🐛 Fix typo
  • Loading branch information
dlpierce authored Feb 21, 2024
2 parents a48c602 + 389a838 commit e4265da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/hyrax/model_registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def self.classes_from(strings)
private_class_method :classes_from

def self.rdf_representations_from(klasses)
klasses.map { |klass| klass.respond_to?(:to_rdf_represntation) ? klass.to_rdf_represntation : klass.name }.uniq
klasses.map { |klass| klass.respond_to?(:to_rdf_representation) ? klass.to_rdf_representation : klass.name }.uniq
end
private_class_method :rdf_representations_from
end
Expand Down

0 comments on commit e4265da

Please sign in to comment.