Skip to content

Commit c57d1c7

Browse files
authored
Fix typo
Fix #56
1 parent 5ab5c0c commit c57d1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ If your app created your DirectLine object by passing a token, DirectLine will r
146146
Should your client lose connectivity (e.g. close laptop, fail to pay Internet access bill, go under a tunnel), `connectionStatus$`
147147
will change to `ConnectionStatus.ExpiredToken`. Your app can request a new token from its server, which should call
148148
the [Reconnect](https://docs.botframework.com/en-us/restapi/directline3/#reconnecting-to-a-conversation) API.
149-
The resultant Conversation object can then be passed by the app to DirectLine, which will
149+
The resultant Conversation object can then be passed by the app to DirectLine.
150150

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

0 commit comments

Comments
 (0)