mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Corrects identifier spelling
This commit is contained in:
parent
a1b01384d3
commit
1e5fd6499e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user