feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Fix typo in params.headers definition #1523

Closed jordanbtucker closed 3 years ago

jordanbtucker commented 3 years ago

The HTTP headers connected to this service call if available. This is either the headers of the REST call of the headers passed when initializing a websocket connection.

I believe the sentence should say "REST call or the headers".

daffl commented 3 years ago

It does indeed, thank you!