larskuhtz / wai-cors

A Haskell implementation of Cross-Origin resource sharing (CORS) for Wai
MIT License
26 stars 13 forks source link

Unclear documentation for `corsIgnoreFailures` #30

Closed exarkun closed 4 years ago

exarkun commented 5 years ago

The documentation says

Note: Your application needs to will receive preflight OPTIONS requests if set to 'True'.

What does it mean to "needs to will receive"? I guess this is meant to be either "needs to" or "will". "will" makes a bit more sense to me, if that's really what the behavior is.

larskuhtz commented 4 years ago

Fixed in master. Thanks for reporting!