correct typo

This commit is contained in:
Sam 2018-04-23 10:55:38 +10:00
parent 4997ede16c
commit 86c1457c40
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module Stylesheet
contents << category_css(c) if c.uploaded_background&.url.present?
end
Import.new("categoy_background.scss", source: contents)
Import.new("category_background.scss", source: contents)
end
register_import "embedded_theme" do