Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 666ff03

Browse files
peterguyvovakulikov
authored andcommitted
remove duplicate option in streams API example (#58052)
1 parent e821add commit 666ff03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream_api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl --header "Accept: text/event-stream" \
2424
--get \
2525
--url "<Sourcegraph URL>/.api/search/stream" \
2626
--data-urlencode "q=<query>" \
27-
[--data-urlencode "display=<display-limit>"]
27+
["display=<display-limit>"]
2828
```
2929

3030
| parameter | description |

0 commit comments

Comments
 (0)