Skip to content

Commit

Permalink
🧹 Fix a round of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkwang committed Sep 22, 2023
1 parent d4b693a commit 3455b7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/generic_work_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module GenericWorkDecorator
include DogBiscuits::DateIssued
include DogBiscuits::Geo
include DogBiscuits::PartOf
include DogBiscuits::PlaceOntistMetadata
include DogBiscuits::PlaceOfPublication
include SlugBug
include IiifPrint.model_configuration(
pdf_split_child_model: self,
Expand Down
2 changes: 1 addition & 1 deletion app/models/hyku_knapsack/application_record.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HykuKnapsac
module HykuKnapsack
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end
Expand Down
File renamed without changes.

0 comments on commit 3455b7b

Please sign in to comment.