mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Corrects identifier spelling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user