Skip to content

Commit

Permalink
Fix typo in code snippet of Channel Header docs (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonLoki authored Jul 4, 2022
1 parent d57cd5d commit d2dd6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/iOS/swiftui/components/channel-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CustomFactory: ViewFactory {
public static let shared = CustomFactory()

func makeChannelHeaderViewModifier(for channel: ChatChannel) -> some ChatChannelHeaderViewModifier {
CustomChannelModifier(channel: channel)
CustomChatChannelModifier(channel: channel)
}

}
Expand Down

0 comments on commit d2dd6ae

Please sign in to comment.