Skip to content

Commit 9fbcefc

Browse files
authored
fix(docs): typo
1 parent ce99a01 commit 9fbcefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/05.concepts/08.backfill.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can pause and resume the backfill process at any time, and by clicking on th
5757
You can invoke the backfill exections using the `cURL` call as follows:
5858

5959
```sh
60-
curl -XPUT http://localhost:8080/api/v1/triggers -H 'Content-Type: application/json' -d '{
60+
curl -X PUT http://localhost:8080/api/v1/triggers -H 'Content-Type: application/json' -d '{
6161
"backfill": {
6262
"start": "2024-03-28T06:30:00.000Z",
6363
"end": null,

0 commit comments

Comments
 (0)