[SOLVED] Type in documentation 'Cache-Contro' not 'Cache-Control'

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [x Bug report
  • [ ] Performance issue
  • [ ] Documentation issue or request

In the documentation, I found a type-o

https://docs.squidex.io/02-documentation/developer-guides/api-overview/assets-api

the example code reads

Cache-Contro: public,max-age=<cache>

which should instead read:

Cache-Control: public,max-age=<cache>

Thank you very much. Next time you can also provide a PR :wink:

no problem, if I have more time available next time, I will do exactly that. cheers.

1 Like

This topic was automatically closed after 2 days. New replies are no longer allowed.