Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix #56
  • Loading branch information
compulim authored Dec 14, 2018
1 parent 5ab5c0c commit c57d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If your app created your DirectLine object by passing a token, DirectLine will r
Should your client lose connectivity (e.g. close laptop, fail to pay Internet access bill, go under a tunnel), `connectionStatus$`
will change to `ConnectionStatus.ExpiredToken`. Your app can request a new token from its server, which should call
the [Reconnect](https://docs.botframework.com/en-us/restapi/directline3/#reconnecting-to-a-conversation) API.
The resultant Conversation object can then be passed by the app to DirectLine, which will
The resultant Conversation object can then be passed by the app to DirectLine.

```typescript
var conversation = /* a Conversation object obtained from your app's server */;
Expand Down

0 comments on commit c57d1c7

Please sign in to comment.