Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daytonellwanger committed Dec 16, 2020
1 parent 803fc88 commit fd1a7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/desync_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To check that messages are being sent and received, open the Output view (`ctrl+
```
[2020-12-10 23:51:25.351 ] Post message: {"messageType":"textChange","changes":[{"length":0,"newText":"a","start":400}],"changeServerVersion":12,"clientId":24,"fileName":"/src/foo.txt","time":1607644285349,"sendId":16}
```
On the receiving end, you should see ouput like:
On the receiving end, you should see output like:
```
[2020-12-10 23:51:27.713 ] Receive message: {"context":{"GuestSessionId":"31","IsOwner":"False"},"sourceId":"Coauthoring","eventId":45,"jsonContent":"{"messageType":"textChange","changes":[{"length":0,"newText":"a","start":400}],"changeServerVersion":12,"clientId":24,"fileName":"/src/foo.txt","time":1607644427514,"sendId":25}","time":1607644427713}
```
Expand Down

0 comments on commit fd1a7c8

Please sign in to comment.