Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
aligns ignoredStyleGuideIds naming in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Gobbo committed Dec 18, 2020
1 parent a83ad76 commit 1be42a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PrismCore/Models/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct Configuration {
public let reservedTextStyles: [String]

/// A list of ignored Style Guide IDs, that will not be fetched.
public let ignoredStyleGuideIDs: [String]
public let ignoredStyleGuideIds: [String]
}

extension Configuration: Codable {
Expand Down

0 comments on commit 1be42a5

Please sign in to comment.