Skip to content

Commit

Permalink
docs: fix misspell in "transformRequest" section
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Jan 30, 2024
1 parent 7f83de7 commit 9b0bf6c
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 @@ -1132,7 +1132,7 @@ To override generated `X-Request-ID` to your own value you need specify it in `t

```javascript
transformRequest: (req) => {
req.handler["X-Request-ID"] = "my_x_req_id";
req.headers["X-Request-ID"] = "my_x_req_id";
}
```

Expand Down

0 comments on commit 9b0bf6c

Please sign in to comment.