Skip to content

Commit a4081f7

Browse files
authored
Fix Typo in QuickStart
1 parent bf24e05 commit a4081f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/QuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The driving force behind **MessageKit** is the `MessageType` protocol which prov
66
```Swift
77
public protocol MessageType {
88

9-
var sender: Sender { get }
9+
var sender: SenderType { get }
1010

1111
var messageId: String { get }
1212

0 commit comments

Comments
 (0)