Skip to content

Commit 5e1ea0e

Browse files
committed
Fixing typo closes #9
1 parent 26dfa3d commit 5e1ea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Lemmy-Swift-Client/Lemmy API/Requests/GetCommunity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public struct GetCommunityRequest: APIRequest {
2626
public struct GetCommunityResponse: APIResponse {
2727
public let community_view: CommunityView
2828
public let default_post_language: Int?
29-
public let discussion_languaages: [Int]
29+
public let discussion_languages: [Int]
3030
public let moderators: [CommunityModeratorView]
3131
public let online: Int
3232
public let site: Site?

0 commit comments

Comments
 (0)