Simple issue: file - resources/app/app.html ``` <button type="button" class="btn btn-link export-btn">export to scv</button> ``` should be ``` <button type="button" class="btn btn-link export-btn">export to csv</button> ```
Simple issue:
file - resources/app/app.html
should be