spatie / laravel-cors

Send CORS headers in a Laravel application
https://spatie.be/en/opensource/laravel
MIT License
603 stars 59 forks source link

Typo error in docs #30

Closed BoyeMagnus closed 6 years ago

BoyeMagnus commented 6 years ago

Under the "Creating your own CORS profile" section it states the following example of a CORS profile: image

Line 5 ends with a semicolon, it should be remove 😊

freekmurze commented 6 years ago

Fixed, thanks!