keichan34 / exfile

File upload persistence and processing for Phoenix / Plug
MIT License
90 stars 19 forks source link

Fix POSIX error typo #63

Closed jayjun closed 6 years ago

jayjun commented 6 years ago

:eaccess should be :eacces.

keichan34 commented 6 years ago

Thanks!