BetterTyped / hyper-fetch

⚡ Fetching and realtime data exchange framework.
https://hyperfetch.bettertyped.com/
Apache License 2.0
1.02k stars 27 forks source link

docs: fix incorrect adapter options key in request #85

Closed LukasHirt closed 6 months ago

LukasHirt commented 7 months ago

Summary

The current docs are mentioning updating adapter options on a request via adapterOptions key. However, according to https://github.com/BetterTyped/hyper-fetch/blob/c1a40f583c5b2322e2c0d9a039b256e3adb2652c/packages/core/src/request/request.types.ts#L66 and https://github.com/BetterTyped/hyper-fetch/blob/c1a40f583c5b2322e2c0d9a039b256e3adb2652c/packages/core/src/request/request.ts#L59 this key is called only options.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 5.7.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: