Skip to content

Commit afb8b32

Browse files
author
FreakyCoder
authored
Merge pull request #97 from arl505/master
Correct README minor typo
2 parents 6835fa2 + 6351380 commit afb8b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Your json message will be converted to JSON Body as AnyObject and you will recei
140140

141141
```swift
142142
func stompClientJSONBody(client: StompClientLib!, didReceiveMessageWithJSONBody jsonBody: String?, withHeader header: [String : String]?, withDestination destination: String) {
143-
print("DESTIONATION : \(destination)")
143+
print("DESTINATION : \(destination)")
144144
print("String JSON BODY : \(String(describing: jsonBody))")
145145
}
146146
```

0 commit comments

Comments
 (0)