Skip to content

Commit d2dd6ae

Browse files
authored
Fix typo in code snippet of Channel Header docs (#117)
1 parent d57cd5d commit d2dd6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/iOS/swiftui/components/channel-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class CustomFactory: ViewFactory {
130130
public static let shared = CustomFactory()
131131

132132
func makeChannelHeaderViewModifier(for channel: ChatChannel) -> some ChatChannelHeaderViewModifier {
133-
CustomChannelModifier(channel: channel)
133+
CustomChatChannelModifier(channel: channel)
134134
}
135135

136136
}

0 commit comments

Comments
 (0)