Skip to content

Commit bfaa9b2

Browse files
authored
docs(options): update grammar (#503)
There were some incorrect/strange choices of wording, previously. I feel this is clearer and more to the point.
1 parent a9e4867 commit bfaa9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/en/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ Headers added to all requests. If provided, will be merged with the defaults.
192192
}
193193
```
194194

195-
- **NOTE:** Do NOT include any credentials or tokens here. One can easily access them.
196-
- **NOTE:** This headers are effective to ALL requests. Please take care and consider providing special headers on each call that needs this unless you are pretty sure you always need to add headers.
195+
- **NOTE:** Do NOT include any credentials or tokens here. They can be easily accessed.
196+
- **NOTE:** These headers take effect on ALL requests. Wherever possible, consider providing headers on specific requests instead.

0 commit comments

Comments
 (0)