Skip to content

Commit e4265da

Browse files
authored
Merge pull request #6713 from samvera/fix-typo
🐛 Fix typo
2 parents a48c602 + 389a838 commit e4265da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/hyrax/model_registry.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def self.classes_from(strings)
104104
private_class_method :classes_from
105105

106106
def self.rdf_representations_from(klasses)
107-
klasses.map { |klass| klass.respond_to?(:to_rdf_represntation) ? klass.to_rdf_represntation : klass.name }.uniq
107+
klasses.map { |klass| klass.respond_to?(:to_rdf_representation) ? klass.to_rdf_representation : klass.name }.uniq
108108
end
109109
private_class_method :rdf_representations_from
110110
end

0 commit comments

Comments
 (0)