Skip to content

Commit

Permalink
Fixing typo closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Jun 17, 2023
1 parent 26dfa3d commit 5e1ea0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public struct GetCommunityRequest: APIRequest {
public struct GetCommunityResponse: APIResponse {
public let community_view: CommunityView
public let default_post_language: Int?
public let discussion_languaages: [Int]
public let discussion_languages: [Int]
public let moderators: [CommunityModeratorView]
public let online: Int
public let site: Site?
Expand Down

0 comments on commit 5e1ea0e

Please sign in to comment.