Corrects identifier spelling

This commit is contained in:
Stuart Breckenridge 2021-09-21 06:16:38 +08:00
parent a1b01384d3
commit 1e5fd6499e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public struct ArticleThemePlist: Codable {
enum CodingKeys: String, CodingKey {
case name = "Name"
case themeIdentifier = "ThemeIdentifer" // FIXME: Spelling error!
case themeIdentifier = "ThemeIdentifier"
case creatorHomePage = "CreatorHomePage"
case creatorName = "CreatorName"
case version = "Version"