Skip to content

Commit 612d508

Browse files
Update docusaurus/docs/iOS/swiftui/components/typing-indicators.md
Co-authored-by: Stefan Blos <[email protected]>
1 parent 65aa9a3 commit 612d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/iOS/swiftui/components/typing-indicators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The second place, where a typing indicator is shown, is in the chat channel view
1111

1212
The configuration for placing the typing indicator can be found in the `TypingIndicatorPlacement` enum, which is part of the `Utils` class. By default, the placement of the typing indicator is above the composer, which is represented by the enum value `.bottomOverlay`.
1313

14-
Here's an example how to change the configuration, so that the typing indicator is shown in the navigation bar.
14+
Here's an example of how to change the configuration, so that the typing indicator is shown in the navigation bar (represented by the `TypingIndicatorPlacement` enum value `.navigationBar`).
1515

1616
```swift
1717
let utils = Utils(typingIndicatorPlacement: .navigationBar)

0 commit comments

Comments
 (0)