fix copy-paste error (#771)

streaming should be nested under timelines
This commit is contained in:
trwnh 2020-05-06 06:13:42 -05:00 committed by GitHub
parent ad1ef20f17
commit 02839e07ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ description: >-
menu:
docs:
weight: 40
parent: methods-statuses
parent: methods-timelines
---
Your application can use a [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) endpoint to receive updates in real-time. Server-sent events is an incredibly simple transport method that relies entirely on chunked-encoding transfer, i.e. the HTTP connection is kept open and receives new data periodically.